Skip to content

jjs-dev/jjs

This branch is 41 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9c7588 · Jul 31, 2020
Jun 20, 2020
Jul 31, 2020
Jul 31, 2020
Apr 8, 2020
Jun 21, 2020
Apr 1, 2020
Apr 13, 2020
Mar 19, 2020
Mar 19, 2020
Jun 20, 2020
May 7, 2020
May 21, 2020
Jul 31, 2020
Apr 3, 2020
May 19, 2020
Nov 26, 2019
Jun 3, 2020
May 18, 2020
Jul 30, 2020
Jun 20, 2020
Nov 25, 2019
Oct 7, 2019
Sep 18, 2019
Apr 18, 2020
Jun 6, 2020
Sep 26, 2019
Jul 30, 2020
Mar 24, 2020
Sep 20, 2019

Repository files navigation

Bors enabled

JJS

Judging system

Quick start

# Note: while installation process is intentionally made similar to that of most other Linux tools, JJS doesn't use autotools

# Of course, you can build out-of-tree
# Note for contributors: it is recommended to build in target
mkdir build && cd build

# This will automatically include most of JJS features. See ../configure --help for possible options
../configure --prefix /opt/jjs

# Install dependencies
make deps

## Alternatively, you can do it manually:
# sudo apt-get install libpq-dev
# sudo apt-get install libssl-dev
# cargo install cbindgen
# cargo install mdbook

# Now, start build. This will also install JJS
# If you don't have make installed, run ./make
make

# Done. JJS is now installed
# Don't forget to include some env vars:
. /opt/jjs/share/env.sh

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.