Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 612 Bytes

BUILDING.md

File metadata and controls

21 lines (14 loc) · 612 Bytes

Building Julius

To build Julius, you need:

  • a compiler
  • cmake
  • SDL2
  • SDL2_mixer
  • libpng (optional, a bundled copy will be used if not found)

After downloading or cloning the sources, run the following commands:

$ mkdir build && cd build
$ cmake ..
$ make

This results in a julius executable for your platform.

See Running Julius (wiki) for instructions on how to configure Julius.

See Building Julius (Wiki) for detailed build instructions and additional CMake flags.