Add a warning about installing higan as root.

This commit is contained in:
Tim Allen 2017-07-02 21:31:03 +10:00
parent 444ec756bd
commit aad87da68a
1 changed files with 8 additions and 1 deletions

View File

@ -320,7 +320,14 @@ you can install everything you need with a command like:
mesa-common-dev libgtksourceview2.0-dev libcairo2-dev libsdl1.2-dev \
libxv-dev libao-dev libopenal-dev libudev-dev
Once you have all the dependencies installed:
Once you have all the dependencies installed,
you may build and install higan.
Note: Run these commands as yourself,
**do not run them as root**
(no `sudo`, no `su`, etc.),
because higan does not support
being installed system-wide.
1. Put the higan source code in some convenient location,
like `~/higan-src`