Project

General

Profile

Test » History » Version 4

Version 3 (miohtama, 05/17/2009 12:58 PM) → Version 4/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
<pre>
git clone git://git.quassel-irc.org/quassel.git
</pre>

Build it
<pre>
cd quassel
cmake .

</pre>

"Setup [[https://help.ubuntu.com/community/PostgreSQL Install postgres database master user":https://help.ubuntu.com/community/PostgreSQL

]]