aboutsummaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
authorJaedyn Draper2012-12-27 23:19:47 -0800
committerJaedyn Draper2012-12-27 23:19:47 -0800
commit3fff289e60df73b25c483807f5cf73c011804117 (patch)
treed8a44c6256c2a7652b028525054e0e55d756ff15 /readme
parent74211924afc184870627c90ce522c4c5743761db (diff)
parentc01a2a42168695233ecc69c4a60ed918e7701fb9 (diff)
downloadsnes9x2005-3fff289e60df73b25c483807f5cf73c011804117.tar.gz
snes9x2005-3fff289e60df73b25c483807f5cf73c011804117.tar.bz2
snes9x2005-3fff289e60df73b25c483807f5cf73c011804117.zip
Merge pull request #26 from Nebuleon/master
Merge to CATSFC 1.10+
Diffstat (limited to 'readme')
-rw-r--r--readme29
1 files changed, 0 insertions, 29 deletions
diff --git a/readme b/readme
deleted file mode 100644
index 8c79e3c..0000000
--- a/readme
+++ /dev/null
@@ -1,29 +0,0 @@
-ndssfc
-
-2010.11.09
-
-install
-=======
-This version depend on ds2sdk 0.12beta, also it is an application of ds2sdk.
-To compile the source, Linux operation system are recomended to build the cross-comiling evironment.
-You could see the specified steps in readme.txt of ds2sdk released if you don't know how to do.
-Now Release ndssfc_Vx.x.zip to the work directory you want, then you have to do two things:
-
-1. specify gcc position
-export PATH=$PATH:/opt/mipsel-4.1.2-nopic/bin
-Of course, you can specify anywhere if you like.
-If you have no gcc compiled tools, you can find them in released ds2sdk.
-
-2. specify ds2sdk position
-export DS2SDKPATH=/opt/ndssfc
-The path is the ds2sdk root directory.
-If you don't specify ds2sdk position, the console will give you a notice:
-
-"Please set DS2SDKPATH in your environment: export DS2SDKPATH=<path to>ds2sdk"
-
-Also, you can specify anywhere if you like.
-
-After the two things are ready, you only need to do:
-
-make clean
-make