2011-03-21 19:19:03 +00:00
|
|
|
To compile and install FCEUX, follow these steps:
|
|
|
|
|
|
|
|
1. Ensure that scons and SDL are installed on your system.
|
2008-11-10 05:17:56 +00:00
|
|
|
On an ubuntu/debian system, run:
|
2011-03-21 19:19:03 +00:00
|
|
|
sudo apt-get install scons libsdl1.2-dev libsdl1.2debian-all
|
|
|
|
|
|
|
|
2. Enable options you would like to enable/disable in SConstruct file.
|
|
|
|
|
2008-08-10 09:34:45 +00:00
|
|
|
3. Run "scons" to build fceux.
|
2011-03-21 19:19:03 +00:00
|
|
|
|
|
|
|
4. To install on Linux/BSD run
|
|
|
|
sudo install -m 755 src/fceux /usr/local/bin/fceux
|
2009-12-11 03:12:07 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
CMake, while it can be used to compile, is currently deprecated in favor of SCons.
|