mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
Update README.md
add libc6-dev:i386 and g++-multilib as dependencies
This commit is contained in:
parent
c4eace7164
commit
d066cab630
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue