all repos — mgba @ 76c7aacab02e6eb95f492556bacd1ae07108dca3

mGBA Game Boy Advance Emulator

All: Clarify *nix installation for Linux
Jeffrey Pfau jeffrey@endrift.com
Sat, 21 Feb 2015 16:33:15 -0800
commit

76c7aacab02e6eb95f492556bacd1ae07108dca3

parent

407b0537d6cbb7c3122dabe6497d4ca3126644af

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -76,11 +76,11 @@ Compiling requires using CMake 2.8.11 or newer. To use CMake to build on a Unix-based system, the recommended commands are as follows:

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