fceux/INSTALL

17 lines
671 B
Plaintext
Raw Normal View History

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.
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
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-10-19 23:38:17 +00:00
CMake has been depreciated in favor of scons.