Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpunkrockguy318 <punkrockguy318@users.sf.net>2008-08-10 13:34:45 +0400
committerpunkrockguy318 <punkrockguy318@users.sf.net>2008-08-10 13:34:45 +0400
commit6cf8efd2dece96d713a29accd41c2519048b6a43 (patch)
tree81856756fa98e841ee3ac982e73cfbca53920ad7 /INSTALL
parent41863383ebc6f681147699565f8ce1e691dc81e2 (diff)
Sconstruct update:
Better detection of liblua library Warns linux users if zenity is not installed also got convertUTF to compile in linux
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c15cf4c2..79426907 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,5 @@
To compile and install FCE Ultra, follow these steps:
1. Ensure that SCons, SDL, and liblua5.1 are installed on your system.
- 2. Run "scons" to build fceux.
- 3. To install on Linux/BSD run "scons install" as root.
+ 2. If you are running linux, ensure zenity is installed on your system.
+ 3. Run "scons" to build fceux.
+ 4. To install on Linux/BSD run "scons install" as root.