From 74e11a727f551774322824abafee113d24778575 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 12 Jul 2019 12:02:09 -0400 Subject: [PATCH] specify that CMake is needed for compiling Tycho --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1b3a1d..2f9825c 100644 --- a/README.md +++ b/README.md @@ -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