Omnimaga

Calculator Community => TI Calculators => General Calculator Help => Topic started by: sillibird on June 10, 2014, 08:53:08 pm

Title: TiLP Help
Post by: sillibird on June 10, 2014, 08:53:08 pm
Can someone aid me in installing TiLP for linux. It's confusing and it didn't work last time I tried.
Title: Re: TiLP Help
Post by: bb010g on June 10, 2014, 09:15:47 pm
What distro?
Title: Re: TiLP Help
Post by: sillibird on June 10, 2014, 09:33:09 pm
Ubuntu.
Title: Re: TiLP Help
Post by: Streetwalrus on June 11, 2014, 08:06:35 am
It's most likely in the repos.
Title: Re: TiLP Help
Post by: sillibird on June 11, 2014, 03:04:16 pm
I got TiLP 2 installed but it is not recognizing an Nspire Cx CAS connected via usb.
Title: Re: TiLP Help
Post by: Streetwalrus on June 11, 2014, 03:08:49 pm
Press Alt+F2 and type "gksudo tilp" (without the quotes) then hit enter and type your password.
Title: Re: TiLP Help
Post by: sillibird on June 11, 2014, 03:27:53 pm
Thanks, that worked! One last thing... do you by chance know why the calculator white screens when I try to run NDless? It worked the first time but it just whitescreens now.
Title: Re: TiLP Help
Post by: sillibird on June 11, 2014, 03:36:35 pm
Edit: Fixed itself


Thanks for the help!
Title: Re: TiLP Help
Post by: Streetwalrus on June 11, 2014, 05:00:04 pm
Glad to help. ;)
Title: Re: TiLP Help
Post by: aeTIos on June 14, 2014, 03:43:33 am
The TiLP in the repos is really outdated. You should compile it from source, it isn't too hard. You can grab the install script here (http://lpg.ticalc.org/prj_tilp/download/install_tilp.sh). Before running this script, run this:
Code: [Select]
sudo apt-get install git autoconf automake libtool libglib2.0-dev zlib1g-dev libusb-dev libgtk2.0-dev libglade2-dev libsdl1.2-dev gettext bison flex groff texinfo xdg-utils libarchive-dev intltoolCopy-paste that into the terminal, hit enter, enter password, give permission to install them things. That should get you the latest version of TiLP.