Test » History » Version 4
miohtama, 05/17/2009 12:58 PM
| 1 | 1 | miohtama | h1. Building Quassel core with PostgreSQL support on Ubuntu Hardy |
|---|---|---|---|
| 2 | 1 | miohtama | |
| 3 | 3 | miohtama | Make sure repositores are up-to-date |
| 4 | 1 | miohtama | <pre> |
| 5 | 3 | miohtama | sudo apt-get update |
| 6 | 1 | miohtama | </pre> |
| 7 | 1 | miohtama | |
| 8 | 3 | miohtama | <pre> |
| 9 | 3 | miohtama | sudo apt-get install git-core postgresql-8.3 qt4-dev-tools libqt4-dev libqt4-sql-psql |
| 10 | 3 | miohtama | </pre> |
| 11 | 3 | miohtama | |
| 12 | 3 | miohtama | Pull out source codes |
| 13 | 3 | miohtama | <pre> |
| 14 | 3 | miohtama | git clone git://git.quassel-irc.org/quassel.git |
| 15 | 3 | miohtama | </pre> |
| 16 | 3 | miohtama | |
| 17 | 3 | miohtama | Build it |
| 18 | 3 | miohtama | <pre> |
| 19 | 3 | miohtama | cd quassel |
| 20 | 3 | miohtama | cmake . |
| 21 | 3 | miohtama | |
| 22 | 3 | miohtama | </pre> |
| 23 | 3 | miohtama | |
| 24 | 4 | miohtama | "Setup postgres database master user":https://help.ubuntu.com/community/PostgreSQL |