Log of an installation of libexodus on Ubuntu 8.04.1 LTS: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
Line 4: Line 4:
  sudo apt-get upgrade
  sudo apt-get upgrade


  sudo apt-get install postgresql postgresql-server-dev* libpq-dev libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-regex-dev libboost-thread-dev build-essential subversion
  sudo apt-get install postgresql postgresql-server-dev* libpq-dev build-essential subversion \
libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-regex-dev libboost-thread-dev


The rest is almost identical to [[Log_of_an_installation_of_libexodus_on_Centos_5.3]]
The rest is almost identical to [[Log_of_an_installation_of_libexodus_on_Centos_5.3]]

Revision as of 21:02, 13 July 2009

Preparation

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install postgresql postgresql-server-dev* libpq-dev  build-essential subversion \
libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-regex-dev libboost-thread-dev

The rest is almost identical to Log_of_an_installation_of_libexodus_on_Centos_5.3