Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 307 Bytes

Judger Core | 评测机内核

Install | 安装

sudo apt-get install libseccomp-dev python3-dev
mkdir build && cd build && cmake .. && make
sudo make install
cd ..  # 回到项目根目录
cd wrapper
sudo python3 setup.py install

Thanks | 鸣谢

QingdaoU/Judger 提供的底层实现