Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 743 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 743 Bytes

Next Online Judge

English / 简体中文

Issues / Telegram

Install

Dependencies

  1. Install nsjail Download source code
git clone https://github.com/google/nsjail.git
cd nsjail

Install the necessary dependencies

sudo apt-get update
sudo apt-get install -y autoconf bison flex g++ git libprotobuf-dev libtool make pkg-config protobuf-compiler python3-minimal
# openssl
sudo apt-get install libnl-3-dev libnl-route-3-dev

Build

make # make -j8

Run

Clone

git clone https://github