Update README.md

add libc6-dev:i386 and g++-multilib as dependencies
This commit is contained in:
Matthias Mailänder 2015-01-13 20:40:22 +01:00
parent c4eace7164
commit d066cab630
1 changed files with 6 additions and 4 deletions

View File

@ -3,12 +3,14 @@ Natural Selection LINUX Build
Just hacked up, you will notice a lot of odd behavior. 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` In order to compile: `cd main/source/linux` and type `make hl_cdll &> out.log` with g++-multilib and the following additional libraries:
Additional libraries
- zlib1g-dev:i386 - zlib1g-dev:i386
- libpng12-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), 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. With a high chance it is because of some UNDEFINED SYMBOLS in the shared library.