Test » History » Version 3
« Previous -
Version 3/8
(diff) -
Next » -
Current version
miohtama, 05/17/2009 12:58 PM
Building Quassel core with PostgreSQL support on Ubuntu Hardy¶
Make sure repositores are up-to-date
sudo apt-get update
sudo apt-get install git-core postgresql-8.3 qt4-dev-tools libqt4-dev libqt4-sql-psql
Pull out source codes
git clone git://git.quassel-irc.org/quassel.git
Build it
cd quassel cmake .
[[https://help.ubuntu.com/community/PostgreSQL Install postgres ]]