Project

General

Profile

Test » History » Version 3

Version 2 (miohtama, 05/17/2009 12:54 PM) → Version 3/8 (miohtama, 05/17/2009 12:58 PM)

h1. Building Quassel core with PostgreSQL support on Ubuntu Hardy

Make sure repositores are up-to-date
<pre>
sudo apt-get update
</pre>

<pre>
sudo apt-get
install git-core postgresql-8.3 qt4-dev-tools libqt4-dev libqt4-sql-psql
</pre>

Pull out source codes Create database
<pre>
git clone git://git.quassel-irc.org/quassel.git
</pre>

Build it
<pre>
cd quassel
cmake .

</pre>

[[https://help.ubuntu.com/community/PostgreSQL Install postgres ]]