specify that CMake is needed for compiling Tycho

master
an 2019-07-12 12:02:09 -04:00
parent 8fb49b8929
commit 74e11a727f
1 changed files with 3 additions and 2 deletions

View File

@ -30,8 +30,9 @@ To compile, run `cargo build -p maraiah-leela`.
`maraiah-tycho` requires `librsvg` and `pigz` to compile the icons. `librsvg` is
also required for the bundle script.`fish` is also required for the icon
compilation script and the bundle script. The runtime dependencies are Qt5's
Core, GUI, and Widgets libraries, and a C++ runtime.
compilation script and the bundle script. You will need CMake as well. The
runtime dependencies are Qt5's Core, GUI, and Widgets libraries, and a C++
runtime.
To compile, `cd` to `tycho`, run `./gen_icons.fish`, and then compile with
`cargo build -p maraiah-tycho`. If you wish to create a Macintosh Application