Skip to content

Instantly share code, notes, and snippets.

@Finkregh
Created April 19, 2013 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Finkregh/5418970 to your computer and use it in GitHub Desktop.
Save Finkregh/5418970 to your computer and use it in GitHub Desktop.
build RetroShare .deb on debian wheezy
# install build-dependencys:
apt-get install cmake debhelper libbz2-dev libcurl4-openssl-dev libglib2.0-dev libgnome-keyring-dev libgpgme11-dev libprotobuf-dev libqt4-dev libqt4-opengl-dev libspeex-dev libspeexdsp-dev libssl-dev libupnp6-dev libupnp-dev libx11-dev libxslt1-dev libxss-dev protobuf-compiler qt4-dev-tools qt4-qmake dpkg-dev
# download the latest RetroShare .tar.gz and unpack
tar xf RetroShare-xxxx.tar.gz
cd retroshare-xxxx/
# eeventually remove all VOIP stuff from
# src/plugins/Makefile src/Makefile debian/control
# when you get some errors compiling the voip-plugin
dpkg-buildpackage
# the .deb packages are then in ../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment