From d066cab6309e2799d1c4d271070c3c69cbc9efbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 13 Jan 2015 20:40:22 +0100 Subject: [PATCH] Update README.md add libc6-dev:i386 and g++-multilib as dependencies --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 788970c7..9f4cf237 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ Natural Selection LINUX Build Just hacked up, you will notice a lot of odd behavior. -In order to compile: `cd main/source/linux` and type `make hl_cdll &> out.log` - -Additional libraries +In order to compile: `cd main/source/linux` and type `make hl_cdll &> out.log` with g++-multilib and the following additional libraries: - zlib1g-dev:i386 - libpng12-dev:i386 -- The particle engine(David McAllister) +- libc6-dev:i386 + +installed. + +- The particle engine (David McAllister) If you get the this error when running the app: Fatal Error - could not load library (client.so), With a high chance it is because of some UNDEFINED SYMBOLS in the shared library.