~khampal/taxi/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Installation
============

Dependencies
------------

| elementary OS/ | Fedora                | Version   |
| Ubuntu         |                       |           |
|----------------|-----------------------|-----------|
| cmake          | cmake                 | >= 2.8    |
| valac          | vala                  | >= 0.24   |
| libgtk-3-dev   | gtk3-devel            | >= 3.12   |
| libgee-dev     | libgee-devel          | >= 0.6.8  |
| libgranite-dev | (compile from source) | >= 0.3.0  |
| libsoup2.4-dev | libsoup-devel         | >= 2.44.2 |

Quick Installation Script (Recommended)
--------------------------------------

$ bzr branch lp:taxi
$ cd taxi
$ chmod +x quickcompile.sh
$ ./quick-compile.sh --install

Note: if you're using the adwaita theme (3.12) add --adwaita
      if you wish to run taxi immediately after installation add --run-taxi

Manual Installation
-------------------

$ bzr branch lp:taxi
$ cd taxi
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..  # Adwaita users add -DADWAITA_FIXES=1
$ make
$ sudo make install
$ taxi

PPA
---

There isn't one yet

Notes
-----

If the taxi icon doesn't appear, run:
$ sudo gtk-update-icon-cache /usr/share/icons/hicolor/

Report bugs at https://bugs.launchpad.net/taxi