diff options
| -rw-r--r-- | vrplayer/README.txt | 4 | ||||
| -rw-r--r-- | vrplayer/vrplayer.pro | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/vrplayer/README.txt b/vrplayer/README.txt index 91a911fa..75903a0e 100644 --- a/vrplayer/README.txt +++ b/vrplayer/README.txt @@ -8,6 +8,10 @@ To build vrplayer, installl QT 4.x , then run qmake make +mint 13 packages +libqt4-gui +qt4-dev-tools + To run vrplayer, include xrdpapi/.libs and xrdpvr/.libs in your LD_LIBRARY_PATH diff --git a/vrplayer/vrplayer.pro b/vrplayer/vrplayer.pro index 1d035382..a6e53231 100644 --- a/vrplayer/vrplayer.pro +++ b/vrplayer/vrplayer.pro @@ -31,6 +31,9 @@ FORMS += mainwindow.ui INCLUDEPATH += ../xrdpvr INCLUDEPATH += ../xrdpapi +LIBS += -Wl,-rpath +LIBS += -Wl,/usr/local/lib/xrdp + LIBS += -L../xrdpvr/.libs -lxrdpvr LIBS += -L../xrdpapi/.libs -lxrdpapi LIBS += -L/usr/lib/x86_64-linux-gnu -lavformat -lavcodec -lavutil |
