vrplayer: rpath change
This commit is contained in:
parent
3eb3f65e41
commit
0013072938
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user