Hello again, everybody! Don't think I've posted here in a few years. All that time and I've still never gotten TILP working..
I was trying it again today, after discovering that 1.16 wouldn't properly connect to my NSpire (not really sure if this a problem with TILP itself or not, says file transfer with NSpire should work in that version) I decided I'd try their auto-build script for 1.17, as per instructions
here. It runs for a good while, and then stops with this error message:
checking for ARCHIVE... no
configure: error: Package requirements (libarchive) were not met:
No package 'libarchive' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ARCHIVE_CFLAGS
and ARCHIVE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I'm running Ubuntu 13.04, and I
do have libarchive13 installed, which is the only version in the repo's. Do I need a package simply named libarchive, or is there a way to set a variable to use libarchive13 instead? I'm not really sure how to use environment variables, so if that's the answer, instructions would be appreciated.