2006-07-29 05:46:15 +00:00
|
|
|
To compile and install FCE Ultra, follow these steps:
|
2010-02-26 05:18:55 +00:00
|
|
|
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:
|
2010-02-26 05:18:55 +00:00
|
|
|
sudo apt-get install scons libsdl1.2-dev libsdl1.2debian-esd
|
2010-02-25 17:36:10 +00:00
|
|
|
2. Enable options you would like to enable in SConstruct file (GUI and AVI creation disabled by default)
|
2008-08-10 09:34:45 +00:00
|
|
|
3. Run "scons" to build fceux.
|
|
|
|
4. To install on Linux/BSD run "scons install" as root.
|
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.
|