Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 539 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 539 Bytes

China Set: Tracks

Chinese track set.

Building

Requirements:

  • Make
  • NML
  • gcc
  • python
  • gorender (renderobject)
  • sh (Comes with Git on Windows)

Just is encouraged but not required. You can execute the commands listed in Justfile separately.

To compile, simply run

just

or

make -j 8 ;
gcc -E -x c tracks.pnml > tracks.nml ;
nmlc tracks.nml --grf=china-set-tracks.grf

in your terminal. The graphics should be automatically compiled.

Contributors

Graphics

  • NACHN

Code

  • WenSim