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
path: root/README
diff options
context:
space:
mode:
authorMatthew Budd <mjbudd77@gmail.com>2020-09-18 06:12:01 +0300
committerMatthew Budd <mjbudd77@gmail.com>2020-09-18 06:12:01 +0300
commitfdd246fcd600d7ff327159cee23cac9ccdab74d6 (patch)
tree351fd8be69699c3a61d9f99fbc4b4711111a5881 /README
parente70eb49bf99f50a63b52918a711666e72ca51d18 (diff)
Updates to README and SDL TODO files.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e75719a6..59cfcc13 100644
--- a/README
+++ b/README
@@ -56,7 +56,7 @@ To compile faster with multiple processes in parallel:
After a sucessful compilation, the fceux binary will be generated to
./build/src/fceux . You can install fceux to your system with the following command:
- make install
+ sudo make install
You can optionally define a install prefix when running cmake from the previous step: