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.