Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 956 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 956 Bytes

Citadel-AutoMatch for the Source Engine

Dependencies

Ubuntu Dependency Installation

sudo apt install build-essential cmake libc6-dev-i386 gcc-multilib g++-7-multilib libcurl4-openssl-dev:i386

Building

To configure CMake, first run:

cmake . -DSOURCE_SDK_DIR=<your source sdk location>

Make sure to point SOURCE_SDK_DIR to the mp/src location of the full source sdk.

Once configured, you can now run make to build the plugin.

Installing

Running make install will create a directory install/addons with all the files generally needed to install the plugin.

TF2 Dependencies for 64bit Ubuntu

sudo apt-get install libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386

Testing

Run tests with CTEST_OUTPUT_ON_FAILURE=1 make test.