Skip to content

Building from source

Defected edited this page Aug 1, 2021 · 6 revisions

Dependencies

$ 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)

Building

$ 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.

Build script flags

s - Steam support
m - MySQL support
d - Debug symbols (recommended)
u - Unsafe features
5 - 1.5 support (outdated)

1.1x support

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.

Clone this wiki locally