HHSOJ-Essential Doc
CtrlK
  • Welcome
  • Structure
    • Github Structure
    • OJ Structure
  • Building
    • Judger Building
      • Installing Lo-runner
      • Core.py return code list
    • Server Manager Building
    • Frontend Building
  • Language Setup
    • Sample C++ Language Template
    • Sample Python3 Language Template
  • Problem Setup
    • Problemset Setup
    • Problem structure:Full
    • The problem.json file
    • The statement & testcases
    • Writing checkers
    • Dealing with scoring
    • Judging Inside
  • Supplying feature
    • User
    • Standings
  • What's New
  • Credits
    • Donate
    • HHS Blog
    • Github
    • Maven Rewrite Github
    • Live Demo
    • HHSOJ Web Edition
  • License
    • Apache 2.0
    • GPL 3.0
Powered by GitBook
On this page

Was this helpful?

  1. Building
  2. Judger Building

Installing Lo-runner

3-rd party library!

The Python judge core needs Lo-runner to be run.

Download the Lo-run source code at Github.And make sure you have Python and GNU C Compiler installed

Run in command line:

python setup.py install

You are set!

PreviousJudger BuildingNextCore.py return code list

Last updated 5 years ago

Was this helpful?