lambdaOJ2 is the platform for the course Data Structure in EE of Thu.
cd liblambdaOJ2
mkdir build; cd build
cmake -DCMAKE_INSTALL_PREFIX=/your/path/to/install/ ..
make
make install
Make sure:
judge
andcompile_code
is in$PATH
cd liblambdaOJ2/python_package
python3 setup.py install --prefix=/your/path/to/install/
Or use pip:
pip install "git+https://github.com/kainwen/liblambdaOJ2@master#egg=liblambdaOJ2&subdirectory=python_package"
Docs can be found here.