From fd9194e4c206b9e6087c303894f51876d113111f Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Thu, 31 Aug 2017 15:34:57 +1000 Subject: [PATCH] On Linux, install higan before icarus. Strictly speaking, there's no dependency between them, but higan's install target happens to create the destination bin directory if it doesn't already exist, so we want to run that install script first. --- docs/install/linux.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/install/linux.md b/docs/install/linux.md index 712fe359..ef25e7c2 100644 --- a/docs/install/linux.md +++ b/docs/install/linux.md @@ -53,10 +53,10 @@ being installed system-wide. 3. Type `cd ~/higan-src` (or wherever you put the higan source) and press Enter - 4. Type `make -C icarus compiler=g++` and press Enter - to build the icarus import tool - 5. Type `make -C higan compiler=g++` and press Enter + 4. Type `make -C higan compiler=g++` and press Enter to build the main higan executable + 5. Type `make -C icarus compiler=g++` and press Enter + to build the icarus import tool Installing a compiled build on Linux ------------------------------------ @@ -68,10 +68,10 @@ as described in the previous section: 2. Type `cd ~/higan-src` (or wherever you put the higan source) and press Enter - 3. Type `make -C icarus install` and press Enter - to install icarus and its game database - 4. Type `make -C higan install` and press Enter + 3. Type `make -C higan install` and press Enter to install higan and its supporting files + 4. Type `make -C icarus install` and press Enter + to install icarus and its game database 5. If the higan source includes a `shaders` subdirectory, type `make -C shaders install` to install the example @@ -123,8 +123,8 @@ as installed by the above instructions: 2. Type `cd ~/higan-src` (or wherever you put the higan source) and press Enter - 3. Type `make -C icarus uninstall` and press Enter - 4. Type `make -C higan uninstall` and press Enter + 3. Type `make -C higan uninstall` and press Enter + 4. Type `make -C icarus uninstall` and press Enter To remove higan's configuration, you should also delete the following directories