mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +02:00
* Update README to reflect changed binary paths.
This commit is contained in:
3
README
3
README
@@ -38,7 +38,6 @@ Now compile Tomahawk
|
|||||||
$ cd build
|
$ cd build
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
$ make
|
$ make
|
||||||
$ cd ..
|
|
||||||
$ ./tomahawk
|
$ ./tomahawk
|
||||||
|
|
||||||
|
|
||||||
@@ -79,8 +78,6 @@ To build the app:
|
|||||||
|
|
||||||
To run the app:
|
To run the app:
|
||||||
---------------
|
---------------
|
||||||
$ cd .. # return to the top-level tomahawk dir
|
|
||||||
|
|
||||||
(Only run the next two commands if you installed any of the dependencies from source on Linux)
|
(Only run the next two commands if you installed any of the dependencies from source on Linux)
|
||||||
$ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
$ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
||||||
$ sudo ldconfig -v
|
$ sudo ldconfig -v
|
||||||
|
Reference in New Issue
Block a user