$ git clone https://github.com/TIOJ-INFOR-Online-Judge.git
$ cd miku
$ git submodule update --init$ make
$ sudo ./start_scriptSome configuration can be made inside startscript:
-v/--verbosefor extra verbosity-p/--parallel [NUMBER]to evaulate at most[NUMBER]testdata at the same time.-b [NUMBER]to set sandbox indexing offset. Need to be set to an appropriate number if running multiple judges on one computer.-a/--aggressive-updateto aggressivly update verdict and result.