Selaa lähdekoodia

Added some infos in README and COMPILE files.

Eiyeron Fulmincendii 9 vuotta sitten
vanhempi
commit
fd49817da6
2 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 8 0
      COMPILE
  2. 2 0
      README

+ 8 - 0
COMPILE

@@ -77,3 +77,11 @@ for 64 bits systems
 VISUAL C++ USERS
 .........................................................
 Open squirrel.dsw from the root project directory and build(dho!)
+
+
+TI-NSPIRE USERS
+.........................................................
+The default makefile support compilation for Ti-Nspire, as long as
+the binaries are in the PATH.
+
+ $ make sqnspire

+ 2 - 0
README

@@ -5,6 +5,7 @@ This project has successfully been compiled and run on
  * Windows (x86 and amd64)
  * Linux (x86, amd64 and ARM)
  * Illumos (x86 and amd64)
+ * Ti-Nspire (ARM)
 
 The following compilers have been confirmed to be working:
     MS Visual C++  6.0 (all on x86 and amd64)
@@ -21,6 +22,7 @@ The following compilers have been confirmed to be working:
               5.3.1 (amd64)
     Illumos gcc 4.0.0 (x86 and amd64)
     ARM Linux gcc 4.6.3 (Raspberry Pi Model B)
+    Ndless-SDK 5.3.0 (arm)
 
 
 Feedback and suggestions are appreciated