1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-26 23:35:32 +02:00

* Fixed crash in DbSyncConnection.

This commit is contained in:
Christian Muehlhaeuser
2011-01-09 07:42:31 +01:00
parent 3061a95cb1
commit 3eeec206f1
5 changed files with 5 additions and 5 deletions

2
README
View File

@@ -95,7 +95,7 @@ To build the app:
-----------------
$ mkdir build && cd build
Pick one of the following two choices. If unsure pick the second one, you probably want a GUI.
Pick one of the following two choices. If uncertain pick the second one, you probably want a GUI.
$ cmake -Dgui=no .. # enables headless mode, build without GUI
$ cmake .. # normal build including GUI