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>2012-02-10 20:42:10 +0400
committerpunkrockguy318 <punkrockguy318@users.sf.net>2012-02-10 20:42:10 +0400
commit18831636217c9e90afb05bcd5eb0091e2d874e13 (patch)
treeb5fb8ebc49c1a6083cd3e926f72148c7e667435f /INSTALL
parent8d6581b593bb042313d623dd71a0a49814abc832 (diff)
doc: direct SDL users to more complete instructions in README-SDL; remove half-assed install instructions
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 2 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index b4b2e1e2..5404b7e3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,16 +1,6 @@
-To compile and install FCEUX for SDL, follow these steps:
+To compile and install FCEUX for SDL, follow the instructions in the README-SDL file.
- 1. Ensure that scons and SDL are installed on your system.
- On an ubuntu/debian system, run:
- sudo apt-get install scons libsdl1.2-dev libsdl1.2debian-all
-
- 2. Enable options you would like to enable/disable in SConstruct file.
-
- 3. Run "scons" to build fceux.
-
- 4. To install, run "scons install". You can optionally define a prefix with "scons --prefix=/usr install"
-
- 5. To compile the server, run "scons fceux-server" or run "make" in the "fceux-server" directory.
+To compile the netplay server, run "scons fceux-server" or run "make" in the "fceux-server" directory.
Users of Microsoft Visual Studio can use the solution files within the vc directory.
These solution files will compile FCEUX and some included libraries for full functionality.