Skip to content

Latest commit

 

History

History
executable file
·
40 lines (31 loc) · 1.23 KB

INSTALL.md

File metadata and controls

executable file
·
40 lines (31 loc) · 1.23 KB

Installing libscapi

Prerequisites

Ubuntu LTS

  • sudo apt-get update
  • sudo apt-get install -y git
  • sudo apt-get install -y build-essential
  • sudo apt-get install -y libssl-dev libgmp3-dev cmake liblog4cpp5-dev zlib1g-dev

CentOS 7.3

  • sudo yum groupinstall -y 'Development Tools'
  • sudo yum install -y update
  • sudo yum install -y git
  • sudo yum install -y openssl-devel libgmp3-dev cmake log4cpp-devel zlib1g-dev

Mac Osx

boost installation

NOTE: If you installed boost not on custom location you should add parameter to make: make BOOST_ROOT=<path>

Build libscapi

  • from the user home directory, for example /home/ab/ (this is a limitation in the current version, will be fixed shortly)
  • git clone https:/cryptobiu/libscapi.git
  • cd libscapi
  • make