From b337b561b4485fcf5f5ec366494ad77d743bc70b Mon Sep 17 00:00:00 2001 From: Jamieson Becker Date: Sun, 8 Jan 2017 20:27:37 -0600 Subject: [PATCH] Merged README. --- INSTALL | 24 ------------------------ README | 30 +++++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 25 deletions(-) delete mode 100644 INSTALL diff --git a/INSTALL b/INSTALL deleted file mode 100644 index d5d2d4b..0000000 --- a/INSTALL +++ /dev/null @@ -1,24 +0,0 @@ -INSTALL - -Extract this directory to /usr/local/games/smokinguns/ - -You may need to: - - sudo apt-get install libsdl-dev libfreetype6-dev libgl1-mesa-dev - -or, perhaps on fedora: - - sudo dnf install libsdl-devel libfreetype6-devel libgl1-mesa-devel - -or other redhat platform (just quessing) - - sudo yum install libsdl-devel libfreetype6-devel libgl1-mesa-devel - - -Finally, execute: - - - sudo ln -sf /usr/local/games/smokinguns/smokinguns.desktop /usr/share/applications/smokinguns.desktop - - -Then you should see it in your Games menu. diff --git a/README b/README index 897274f..6bf4666 100644 --- a/README +++ b/README @@ -1,4 +1,32 @@ -This is a complete install of Smoking Guns 1.1 (git as of Jan 8, 2017), +This is a complete install of Smoking Guns 1.1 for Linux (git as of Jan 8, 2017), including all optional maps and packs available as of that date, compiled for 64-bit Linux. +HOW TO INSTALL: +=============== + + 1. Click releases just above (Releases: 1) + + 2. Download the current release 1.1-1 tarball. (This is compiled for 64-bit Linux only.) + + 3. Extract this directory to /usr/local/games/smokinguns/ + + 4. You may need to: + + sudo apt-get install libsdl-dev libfreetype6-dev libgl1-mesa-dev + + or, perhaps on fedora: + + sudo dnf install libsdl-devel libfreetype6-devel libgl1-mesa-devel + + or other redhat platform (just quessing) + + sudo yum install libsdl-devel libfreetype6-devel libgl1-mesa-devel + + 5. Finally, execute: + + sudo ln -sf /usr/local/games/smokinguns/smokinguns.desktop /usr/share/applications/smokinguns.desktop + + 6. Check to see that see it in your Games menu. + +If any steps are missing, please click "edit" on this file up above.