Boost 1.38 – Ubuntu jaunty

Boost 1.38 .deb packages for Ubuntu Jaunty 9.04 are available on my backports PPA.
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/backports/ubuntu jaunty main
    deb-src http://ppa.launchpad.net/daniele.domenichelli/backports/ubuntu jaunty main
  • Import public key for my PPA:

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9D0C02D0

  • Update and install package libboost1.38-dev

    sudo apt-get update
    sudo apt-get install libboost1.38-dev