1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

* Import InfoSystem - we now depend on libechonest.

* Import XMPP Bot.
* Add SOCKS proxy support.
This commit is contained in:
Christian Muehlhaeuser
2010-10-26 10:24:54 +02:00
parent a7dbcef462
commit 512fc46d22
24 changed files with 1885 additions and 65 deletions

12
README
View File

@@ -30,12 +30,20 @@ QJson (Qt JSON library)
$ ./configure && make
$ sudo make install
libEchonest 0.1
---------------
$ git clone git://git.kde.org/libechonest.git
$ cd libechonest
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install
Now compile Tomahawk
-------------------
$ sudo ldconfig -v | grep -Ei 'qjson|gloox'
$ mkdir build
$ cd build
$ mkdir build && cd build
$ cmake ..
$ make
$ ./tomahawk