Log of an installation of libexodus on Ubuntu 9.04 Jaunty Jackalope: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
No edit summary
 
Line 1: Line 1:
=== Preparation ===
=== Preparation ===


  sudo su -
  sudo apt-get update
apt-get update
  sudo apt-get upgrade
  apt-get upgrade
  sudo apt-get install postgresql postgresql-server-dev-8.3 libpq-dev libboost-dev build-essential subversion
  apt-get install postgresql postgresql-server-dev-8.3 libpq-dev libboost-dev build-essential subversion


=== Exodus ===
=== Exodus ===


The rest of the installation is almost identical to [[Log_of_an_installation_of_libexodus_on_Centos_5.3]]
The rest of the installation is almost identical to [[Log_of_an_installation_of_libexodus_on_Centos_5.3]]

Latest revision as of 18:54, 11 July 2009

Preparation

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install postgresql postgresql-server-dev-8.3 libpq-dev libboost-dev build-essential subversion

Exodus

The rest of the installation is almost identical to Log_of_an_installation_of_libexodus_on_Centos_5.3