Omnimaga

Calculator Community => TI Calculators => General Calculator Help => Topic started by: northern_snow on January 26, 2011, 05:52:06 am

Title: How to install ndless 2.0 on OS 2.1?
Post by: northern_snow on January 26, 2011, 05:52:06 am
I can hardly understand this topic...
Ndless 2.0 for TI-Nspire Clickpad/Touchpad
http://ourl.ca/8160

I even don't know where the source code on Subversion trunk is... Maybe it's a silly problem... But I really don't know what to do. HELP...
~~~~(>_<)~~~~
Title: Re: How to install ndless 2.0 on OS 2.1?
Post by: northern_snow on January 26, 2011, 05:59:23 am
And i wonder if TI-89 emulator for TI-Nspire is released...
Title: Re: How to install ndless 2.0 on OS 2.1?
Post by: Lionel Debroux on January 26, 2011, 06:28:43 am
The source code is at https://www.unsads.com/scm/svn/nsptools/Ndless/trunk , as linked to in the topic you've linked. But maybe I misunderstand your problem ?

No third-party TI-Z80 or TI-68k emulator for the Nspire has been released.
Title: Re: How to install ndless 2.0 on OS 2.1?
Post by: northern_snow on January 26, 2011, 06:32:37 am
I see those files, but what should I do next?
Thanks a lot.
Title: Re: How to install ndless 2.0 on OS 2.1?
Post by: Levak on January 26, 2011, 12:07:53 pm
You don't understand English ?

To build and hack into Ndless 2.0:

 - Install a Subversion client such as TortoiseSVN (http://"http://tortoisesvn.tigris.org/")
 - Checkout (http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-checkout.html#tsvn-dug-checkout-dia-1) the source code with the URL and account above
 - Set up a C development environment (http://hackspire.unsads.com/wiki/index.php/C_and_assembly_development_introduction)
 - Set up the development environment for Ndless and built it: follow the procedure described in src/doc/Ndess-Development.txt in your working copy
 - Install it on nspire_emu or your calculator by following src/doc/ReadMe.txt

Update frequently (http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-update.html) your SVN working copy to get and rebuild the latest version.

You may browse the Development resources (http://hackspire.unsads.com/wiki/index.php/Main_Page#Development_resources) on Hackspire to start your own programs.