π
<-
Chat plein-écran
[^]

Installing the Ndless SDK

C, C++, ASM...

Installing the Ndless SDK

Message non lude ivanbsabev » 23 Mai 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:
Avatar de l’utilisateur
ivanbsabev
Niveau 3: MH (Membre Habitué)
Niveau 3: MH (Membre Habitué)
Prochain niv.: 4%
 
Messages: 8
Inscription: 21 Mai 2017, 21:05
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile
Classe: Junior

Re: Installing the Ndless SDK

Message non lude critor » 23 Mai 2017, 22:02

Hi.

In theory, I think you just need to :

Let's hope it'll build without errors.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.2%
 
Messages: 41493
Images: 14577
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: Installing the Ndless SDK

Message non lude Adriweb » 23 Mai 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
Image

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...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.2%
 
Messages: 14613
Images: 1218
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: Installing the Ndless SDK

Message non lude ivanbsabev » 24 Mai 2017, 22:20

Is there any guide on installing all the dependencies?
Avatar de l’utilisateur
ivanbsabev
Niveau 3: MH (Membre Habitué)
Niveau 3: MH (Membre Habitué)
Prochain niv.: 4%
 
Messages: 8
Inscription: 21 Mai 2017, 21:05
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile
Classe: Junior

Re: Installing the Ndless SDK

Message non lude SpiderX13 » 17 Fév 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
Avatar de l’utilisateur
SpiderX13
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 40%
 
Messages: 1
Inscription: 17 Fév 2021, 10:38
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Installing the Ndless SDK

Message non lude SlyVTT » 17 Fév 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: Tout sélectionner
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: Tout sélectionner
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
Avatar de l’utilisateur
SlyVTTPremium
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Prochain niv.: 43.1%
 
Messages: 484
Images: 31
Inscription: 19 Jan 2021, 09:41
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
GitHub: SlyVTT

Re: Installing the Ndless SDK

Message non lude grosged » 21 Aoû 2021, 16:42

SlyVTT a écrit: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: Tout sélectionner
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 ;)
Avatar de l’utilisateur
grosgedVIP++
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Prochain niv.: 30.2%
 
Messages: 770
Images: 75
Inscription: 14 Sep 2011, 12:29
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Installing the Ndless SDK

Message non lude SlyVTT » 21 Aoû 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
Avatar de l’utilisateur
SlyVTTPremium
Niveau 12: CP (Calculatrice sur Pattes)
Niveau 12: CP (Calculatrice sur Pattes)
Prochain niv.: 43.1%
 
Messages: 484
Images: 31
Inscription: 19 Jan 2021, 09:41
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
GitHub: SlyVTT


Retourner vers Native: Ndless, Linux, ...

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 13 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Comparaisons des meilleurs prix pour acheter sa calculatrice !
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
Phi NumWorks jailbreak
123
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1019 utilisateurs:
>986 invités
>28 membres
>5 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)