mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
updated building scripts to use libssh 0.5.4
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6188 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
579b04db05
commit
eeeb50d23c
Binary file not shown.
@ -11,8 +11,8 @@ build: build-stamp
|
||||
build-stamp: builddir/Makefile
|
||||
dh_testdir
|
||||
# Add here commands to compile the package.
|
||||
cd libssh-0.5.2 && mkdir build && cd build && cmake -DWITH_STATIC_LIB=ON .. && make
|
||||
cp -r libssh-0.5.2 ..
|
||||
cd libssh-0.5.4 && mkdir build && cd build && cmake -DWITH_STATIC_LIB=ON .. && make
|
||||
cp -r libssh-0.5.4 ..
|
||||
#cd src/rsctrl/src && make
|
||||
cd src && qmake-qt4 CONFIG=release RetroShare.pro && make
|
||||
touch $@
|
||||
|
@ -50,9 +50,10 @@ cd ../..
|
||||
cp $workdir/src/retroshare-gui/src/gui/chat/PopupChatDialog.ui $workdir/src/plugins/VOIP/gui/PopupChatDialog.ui
|
||||
|
||||
# handling of libssh-0.5.2
|
||||
wget http://www.libssh.org/files/0.5/libssh-0.5.2.tar.gz
|
||||
#wget http://www.libssh.org/files/0.5/libssh-0.5.2.tar.gz
|
||||
wget https://red.libssh.org/attachments/download/41/libssh-0.5.4.tar.gz
|
||||
cd $workdir
|
||||
tar zxvf ../libssh-0.5.2.tar.gz
|
||||
tar zxvf ../libssh-0.5.4.tar.gz
|
||||
cd ..
|
||||
|
||||
# cleaning up protobof generated files
|
||||
|
Loading…
Reference in New Issue
Block a user