0 Members and 2 Guests are viewing this topic.
Over the past few days, my Nspire has been resetting randomly every so often (without Ndless installed at the time). Could this be caused by previousley having Ndless 1.7 installed?
Hmmm...Over the past few days, my Nspire has been resetting randomly every so often (without Ndless installed at the time). Could this be caused by previousley having Ndless 1.7 installed?
Good thing there are tutorials now though. Perhaps there could be a "How to help the development team" page.
cd <ndless root directory>;cd tools;make;cd ..;make
Well, it is not that I don't want to write a tutorial, but it would be kinda pointless.All you have to do is follow my "How to set up a development Environment" tutorial and install MinGW and add its /bin directory to your path. Then you just have to:Code: [Select]cd <ndless root directory>;cd tools;make;cd ..;makeIf you are a Ndless developer (meaning you already have the dev environment set up), compiling Ndless takes no time at all.Still, Ndless 1.7 is really only intended for developers/beta testers at this point because it is unstable. I would be better off just distributing the binaries then spending time writing a tutorial on how to make them.
cd ./tools/MakeSyscalls/;make;cd ../../;make clean;make
make dist