mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-28 16:01:41 +00:00
7 lines
201 B
Bash
Executable File
7 lines
201 B
Bash
Executable File
rm -rf build && mkdir build && cd build && cmake ..
|
|
make || exit 1
|
|
make install
|
|
cd ../bindings/Python && rm -rf build
|
|
python setup.py install || exit 1
|
|
cd ../../tests/Python_and_core && python test.py
|