/liblambdaOJ2

A new online judge system for Data Structure Course in EE of Thu.

Primary LanguagePythonOtherNOASSERTION

liblambdaOJ2 Build Status

lambdaOJ2 is the platform for the course Data Structure in EE of Thu.

INSTALL

Compile

cd liblambdaOJ2
mkdir build; cd build
cmake -DCMAKE_INSTALL_PREFIX=/your/path/to/install/ ..
make
make install

Install Python3 API

Make sure:

  • judge and compile_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

Docs can be found here.