# judger-core **Repository Path**: zizai/judger-core ## Basic Information - **Project Name**: judger-core - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-18 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Judger Core | 评测机内核 ### Install | 安装 ```bash 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 提供的底层实现