diff options
author | Robert Jonsson <spamatica@gmail.com> | 2011-10-10 11:29:41 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2011-10-10 11:29:41 +0000 |
commit | 62cbe31ce1e2252787556f4a00c003214ed83777 (patch) | |
tree | 997960a75b4a0f8e17737086103a864f0458a4eb | |
parent | b69df6fa9d648ce8897f19415d39deee0f1b18a3 (diff) |
mention compile_muse.sh in readme
-rw-r--r-- | muse2/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/muse2/README b/muse2/README index 7011ab32..1770950b 100644 --- a/muse2/README +++ b/muse2/README @@ -67,7 +67,16 @@ details. - To compile MusE, run the following commands from the top level directory where the source code was unpacked (the directory where THIS README FILE is): - + + ****************************************************** + * Notice: * + * a quicker way is to run the ./compile_muse.sh * + * script in the same dir, it should perform the same * + * steps for a basic setup without asking any * + * questions. If it fails you may be better of using * + * the instructions below. * + ****************************************************** + # Create build directory. Choose any name like 'build'. mkdir build # Enter build directory. |