From 9550d31c108203765f9d2a87d85a70b4067ab3c1 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Mon, 10 Nov 2008 05:17:56 +0000 Subject: [PATCH] updated install document --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 79426907..199f9401 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,9 @@ To compile and install FCE Ultra, follow these steps: - 1. Ensure that SCons, SDL, and liblua5.1 are installed on your system. + 1. Ensure that SCons, SDL, libz, and liblua5.1 are installed on your system. + On an ubuntu/debian system, run: + sudo apt-get install scons libsdl1.2-dev libsdl1.2debian-esd liblua5.1-dev zlib1g-dev zenity 2. If you are running linux, ensure zenity is installed on your system. + On an ubuntu/debian system, run: + sudo apt-get install zenity 3. Run "scons" to build fceux. 4. To install on Linux/BSD run "scons install" as root.