Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeromus <zeromus@users.noreply.github.com>2018-04-09 01:35:15 +0300
committerzeromus <zeromus@users.noreply.github.com>2018-04-09 01:35:15 +0300
commit0307e3b827da185054e3251bb4165734b890cf59 (patch)
tree0dfa164135e09164ce3aa922e19e342a6abb82c0 /INSTALL
parent4d2e8eee53cca4c12b22e8d081fc7e47c231a488 (diff)
migration tidying (build master from trunk)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 00000000..f1f2a562
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,7 @@
+To compile and install FCEUX for SDL, follow the instructions in the README-SDL.md file.
+
+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 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.
+