summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorKilobyte <stiepen22@gmx.de>2013-10-10 08:32:31 +0200
committerKilobyte <stiepen22@gmx.de>2013-10-10 08:32:31 +0200
commit57194f6fc97619839645b995c44e299b16b6dfcc (patch)
treeb309d7ae9b9e055f8d12a2089241defcd793962b /BUILD.md
parent541c044d529a7797b8b4e3eea26b1b59d485eb22 (diff)
downloadMultiMC-57194f6fc97619839645b995c44e299b16b6dfcc.tar
MultiMC-57194f6fc97619839645b995c44e299b16b6dfcc.tar.gz
MultiMC-57194f6fc97619839645b995c44e299b16b6dfcc.tar.lz
MultiMC-57194f6fc97619839645b995c44e299b16b6dfcc.tar.xz
MultiMC-57194f6fc97619839645b995c44e299b16b6dfcc.zip
Improved ccmake section a bit
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 576966e3..fb88ea29 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -35,7 +35,8 @@ ccmake ..
A GUI will pop up. press the c key. now set the build prefix. if you are in /home/username/code/MultiMC5/build then put /home/username/code/MultiMC5/build/run as build prefix. if you want you can choose whatever dir you want, but then you need to adjust the path when running it. to edit the value use the up/down keys to select it and hit return to edit it. after you are done hit return again.
Also adjust the paths to your qt install.
-Then hit c and g
+Then hit c and g. If the window stays open (and g has no effect) retry c followed by g. sometimes you need to use c twice.
+If you get an error make sure you have all dependencies installed and configured the paths properly
continue with the following commands: