π
<-

Installing the Ndless SDK

C, C++, ASM...

Installing the Ndless SDK

Unread postby ivanbsabev » 23 May 2017, 21:59

How can I install the ndless sdk on Ubuntu? Can someone give me a step by step tutorial?
:nsh: :nse: :nsl: :nsp:
User avatar
ivanbsabev
Niveau 3: MH (Membre Habitué)
Niveau 3: MH (Membre Habitué)
Level up: 4%
 
Posts: 8
Joined: 21 May 2017, 21:05
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: Junior

Re: Installing the Ndless SDK

Unread postby critor » 23 May 2017, 22:02

Hi.

In theory, I think you just need to :

Let's hope it'll build without errors.
Image
User avatar
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Level up: 51.3%
 
Posts: 42240
Images: 16685
Joined: 25 Oct 2008, 00:00
Location: Montpellier
Gender: Male
Calculator(s):
MyCalcs profile
YouTube: critor3000
Twitter: critor2000
GitHub: critor

Re: Installing the Ndless SDK

Unread postby Adriweb » 23 May 2017, 22:03

Well, more detailed steps are written in the repo's wiki.

Read this (for the dependencies) : https://github.com/ndless-nspire/Ndless ... k-yourself
Then follow the steps from here: https://github.com/ndless-nspire/Ndless ... nd-the-sdk

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 79.7%
 
Posts: 14820
Images: 1131
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb

Re: Installing the Ndless SDK

Unread postby ivanbsabev » 24 May 2017, 22:20

Is there any guide on installing all the dependencies?
User avatar
ivanbsabev
Niveau 3: MH (Membre Habitué)
Niveau 3: MH (Membre Habitué)
Level up: 4%
 
Posts: 8
Joined: 21 May 2017, 21:05
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: Junior

Re: Installing the Ndless SDK

Unread postby SpiderX13 » 17 Feb 2021, 10:49

Information is missing in all the tutos,
Here are the dependencies I use for Ubuntu 20.04 :

sudo apt install libgmp-dev libmpfr-dev libmpc-dev python3-dev build-essential binutils git wget zlib texinfo

I had always "Error 2" en after a while, I install texinfo (for Make Info) and now the build produce :

Cleaning up...
You can delete the download/ directory to save some space.
Done!

Hope it helps
User avatar
SpiderX13
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 40%
 
Posts: 1
Joined: 17 Feb 2021, 10:38
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: Installing the Ndless SDK

Unread postby SlyVTT » 17 Feb 2021, 20:32

Hello,

I made a tutorial on that topic just here https://tiplanet.org/forum/viewtopic.php?f=20&t=24557#p258741, but I realize I wrote it in French, so maybe hard to follow for an english spoker.

So let me give you the main points, assuming your Ubuntu distribution is already running with an internet conenction.
The background of my tutorial was an installation within a windows computer running Kubuntu through a virtual machine, but I guess it is very similar with Ubuntu.

the easy way is to first install the package python3-dev :
Code: Select all
sudo apt install python3-dev

then there is an automatic installer that you can find here : https://github.com/trueToastedCode/NdlessSDK-automated-installer consisting in a single python script that:
- downloads and installs all the missing packages
- downloads the SDK
- AND builds and installs the SDK properly.

I recommend putting the .py script directly in your home folder. It will create all the needed subfolders and installs in a clean way.

Just run it with
Code: Select all
sudo python ./NdlessSDK_AutoInstall.py


Hope it helps.

One last remark ... it takes an eternity to compile !! So don't be surprised.

Sly
Some works in progress :
The GUI Toolkit NF for nSpireMyShmup for fxCG-50Magic Light for Casio Graph 90+E
and
Magic Light for nSpire CX/CX-II
Simple Text Editor for nSpireOutRun for Casio Graph 90+E
95%
50%
100%
75%
100%
And more to come ... stay tuned
User avatar
SlyVTTPremium
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Level up: 48.2%
 
Posts: 547
Images: 32
Joined: 19 Jan 2021, 09:41
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
GitHub: SlyVTT

Re: Installing the Ndless SDK

Unread postby grosged » 21 Aug 2021, 16:42

SlyVTT wrote:then there is an automatic installer that you can find here : https://github.com/trueToastedCode/NdlessSDK-automated-installer consisting in a single python script that:
- downloads and installs all the missing packages
- downloads the SDK
- AND builds and installs the SDK properly.

I recommend putting the .py script directly in your home folder. It will create all the needed subfolders and installs in a clean way.

Just run it with
Code: Select all
sudo python ./NdlessSDK_AutoInstall.py


Hope it helps.

One last remark ... it takes an eternity to compile !! So don't be surprised.

Sly


Merci beaucoup!!!
longue installation réalisée avec succès ;)
User avatar
grosgedVIP++
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 30.2%
 
Posts: 770
Images: 75
Joined: 14 Sep 2011, 12:29
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: Installing the Ndless SDK

Unread postby SlyVTT » 21 Aug 2021, 17:06

Very good :-)
Some works in progress :
The GUI Toolkit NF for nSpireMyShmup for fxCG-50Magic Light for Casio Graph 90+E
and
Magic Light for nSpire CX/CX-II
Simple Text Editor for nSpireOutRun for Casio Graph 90+E
95%
50%
100%
75%
100%
And more to come ... stay tuned
User avatar
SlyVTTPremium
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Level up: 48.2%
 
Posts: 547
Images: 32
Joined: 19 Jan 2021, 09:41
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
GitHub: SlyVTT


Return to Native: Ndless, Linux, ...

Who is online

Users browsing this forum: ClaudeBot [spider] and 3 guests

-
Search
-
Social TI-Planet
-
Featured topics
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
1234
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1173 utilisateurs:
>1140 invités
>28 membres
>5 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)