add notes for CMake and VC.
This commit is contained in:
parent
d9be086126
commit
5dd8186f5f
5
INSTALL
5
INSTALL
|
@ -7,3 +7,8 @@ To compile and install FCE Ultra, follow these steps:
|
||||||
sudo apt-get install zenity
|
sudo apt-get install zenity
|
||||||
3. Run "scons" to build fceux.
|
3. Run "scons" to build fceux.
|
||||||
4. To install on Linux/BSD run "scons install" as root.
|
4. To install on Linux/BSD run "scons install" as root.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
Loading…
Reference in New Issue