Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

adding support for debian 8 build #131

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

adding support for debian 8 build #131

wants to merge 2 commits into from

Conversation

tryggvil
Copy link

No description provided.

@c64cosmin
Copy link
Contributor

Please also add "libssl-dev" into the required packages.

@@ -157,6 +157,10 @@ case $DISTRO in
echo 'git, svn-devel, autotools, gcc, g++, boost, openssl-devel and libpng-devel. For tracing to work, libdwarf is also required'
exit 1
;;
Debian*8*)
apt-get -y install git-core build-essential openssl libpng-dev libboost-all-dev libpng-dev libdwarf-dev subversion subversion-tools cmake
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please also add "libssl-dev" into the packages list as by @c64cosmin comment?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also "pkg-config" must be added, or else FindOpenSSL.cmake will fail.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants