Skip to content

Instantly share code, notes, and snippets.

@danielglauser
Last active December 17, 2015 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielglauser/5630631 to your computer and use it in GitHub Desktop.
Save danielglauser/5630631 to your computer and use it in GitHub Desktop.
Dependencies and build instructions for libpst
# Build instructions for libpst on Ubuntu 12 Precise Pangolin
sudo apt-get install mercurial libtool autotools-dev automake python-dev libboost-python-dev libgsf-1-114 libgsf-1-dev doxygen
hg clone http://hg.five-ten-sg.com/libpst/
cd libpst
make -f *cvs
# Remove man from the SUBDIRS line in the Makefile
./configure && make && sudo make install
# This installs readpst in /usr/local/bin, the old version should still be in /usr/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment