Installing the Ndless SDK

How can I install the ndless sdk on Ubuntu? Can someone give me a step by step tutorial?
![[P] :nsp:](./images/smilies/nspire/nsp.png)
![[H] :nsh:](./images/smilies/nspire/nsh.png)
![[E] :nse:](./images/smilies/nspire/nse.png)
![[L] :nsl:](./images/smilies/nspire/nsl.png)
![[P] :nsp:](./images/smilies/nspire/nsp.png)
News, programmes, tutoriaux, forum sur les calculatrices TI, Casio, NumWorks... !
https://tiplanet.org/forum/
sudo apt install python3-dev
sudo python ./NdlessSDK_AutoInstall.py
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