Skip to content

ozfortress/citadel-automatch-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A source server plugin to automate citadel matches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published