-
Notifications
You must be signed in to change notification settings - Fork 21
Building from source
$ sudo apt-get install build-essential
$ sudo apt-get install nasm
$ sudo apt-get install libz-dev:i386
$ sudo apt-get install libssl-dev:i386
$ sudo apt-get install gcc-multilib
$ sudo apt install libmariadbclient-dev:i386
(optional, MySQL)
$ git clone https://github.com/riicchhaarrd/codextended
$ cd codextended/src
$ bash build.sh -d
You should now have a codextended.so
file in your ../bin
folder.
s
- Steam support
m
- MySQL support
d
- Debug symbols (recommended)
u
- Unsafe features
5
- 1.5 support (outdated)
The 1.1x part of source code is private. If you wish to add your own features, while preserving 1.1x support, add your features with a pull request so we can include them in the next official release.
Optionally you can contact me at @dftd and I could build it with your private changes.