Skip to content

Commit 4c5ff40

Browse files
committed
Revise README
1 parent 06751f9 commit 4c5ff40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@
1616
- A library interface `libtioj` that can be used independently
1717
- A time multiplier to compensate speed difference of multiple judge clients
1818
- Support some basic judging modes (such as floating-point compare, strict compare and white-diff compare) without the need of user-provided special judge program
19+
- An option to skip testdata once any of the testdata in the group got non-AC
1920

2021
## Judge Server
2122

22-
### Dependency packages
23-
On Ubuntu 22.04, you can use the following command to install dependencies.
23+
### Prerequisites
24+
25+
On Ubuntu 22.04, you can use the following command to install the dependencies.
2426

2527
```bash
2628
apt update
2729
apt install -y git g++ cmake ninja-build \
2830
libseccomp-dev libnl-genl-3-dev libsqlite3-dev libz-dev libssl-dev \
29-
libboost-all-dev \
31+
libboost-all-dev libzstd-dev \
3032
ghc python2 python3 python3-numpy python3-pil
3133
```
3234

3335
### Installation
3436

35-
Boost is required to compile the judge server.
36-
3737
```
3838
mkdir build
3939
cd build

0 commit comments

Comments
 (0)