summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-07-22 23:29:10 +0200
committerPetr Mrázek <peterix@gmail.com>2014-07-22 23:29:10 +0200
commitbef869ff76ec7302423f5a77a4f3cb0897eeda68 (patch)
tree15d51094bf6fce1185997dab8f07830fd9d58ebf /BUILD.md
parent0a64579401a44cda4ac5b385a05004feef02177e (diff)
downloadMultiMC-bef869ff76ec7302423f5a77a4f3cb0897eeda68.tar
MultiMC-bef869ff76ec7302423f5a77a4f3cb0897eeda68.tar.gz
MultiMC-bef869ff76ec7302423f5a77a4f3cb0897eeda68.tar.lz
MultiMC-bef869ff76ec7302423f5a77a4f3cb0897eeda68.tar.xz
MultiMC-bef869ff76ec7302423f5a77a4f3cb0897eeda68.zip
Add a note about MultiMC not working in system folders to build instructions.
Fix #185
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index bd17541d..553a44e5 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -2,10 +2,18 @@ Build Instructions
==================
# Contents
+* [Note](#note)
* [Linux](#linux)
* [Windows](#windows)
* [OS X](#os-x)
+# Note
+
+MultiMC is a portable application and is not supposed to be installed into any system folders.
+That would be anything outside your home folder. Before runing `make install`, make sure
+you set the install path to something you have write access to. Never build this under
+an administrator/root level account. Don't use `sudo`. It won't work and it's not supposed to work.
+
# Linux
Getting the project to build and run on Linux is easy if you use Ubuntu 13.10 (or 13.04) and Qt's IDE, Qt Creator.