From 76c7aacab02e6eb95f492556bacd1ae07108dca3 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sat, 21 Feb 2015 16:33:15 -0800 Subject: [PATCH] All: Clarify *nix installation for Linux --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 157ba8f00..1561a3e16 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ Compiling requires using CMake 2.8.11 or newer. To use CMake to build on a Unix- mkdir build cd build - cmake .. + cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make - make install + sudo make install -Dependencies that are installed will be automatically detected, and features that are disabled if the dependencies are not found will be shown at the end of the `cmake` command. +This will build and install mGBA into `/usr/bin` and `/usr/lib`. Dependencies that are installed will be automatically detected, and features that are disabled if the dependencies are not found will be shown after running the `cmake` command after warnings about being unable to find them. ### Dependencies