Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 781 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 781 Bytes

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.