Ubuntu and Kubuntu Karmic Koala 9.10 were just released an I’m still building packages for Jaunty?
Anyway…
TCLAP 1.2.0 .deb packages for Ubuntu Jaunty 9.04 are available on my PPA.
TCLAP is a Templatized C++ Command Line Parser Library
To install it:
- Copy the lines below and add them to your system’s software sources. (Read about installing)
deb http://ppa.launchpad.net/daniele.domenichelli/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/daniele.domenichelli/ppa/ubuntu jaunty main
- Import public key for my PPA:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9D0C02D0 - Update and install package libtclap-dev
sudo apt-get update
sudo apt-get install libtclap-dev