2011-10-19 23:38:17 +00:00
|
|
|
To compile and install FCEUX for SDL, follow these steps:
|
2011-03-21 19:19:03 +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:
|
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
|
|
|
|
2011-10-19 23:38:17 +00:00
|
|
|
4. To install, run "scons install". You can optionally define a prefix with "scons --prefix=/usr install"
|
2009-12-11 03:12:07 +00:00
|
|
|
|
2011-10-23 23:31:19 +00:00
|
|
|
5. To compile the server, run "scons fceux-server" or run "make" in the "fceux-server" directory.
|
|
|
|
|
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.
|
|
|
|
|
2011-11-08 16:31:49 +00:00
|
|
|
CMake has been depreciated in favor of scons. However, if you wish to use it you can find the old cmake build files in the attic.
|
|
|
|
|