Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 452 Bytes

BUILD-FreeBSD.md

File metadata and controls

17 lines (15 loc) · 452 Bytes

FreeBSD 14.1

Install Dependencies

# as root
pkg install bash getopt cmake ccmake ccache git ruby ruby32-gems rubygem-rake curl libevent onetbb 
gem install Mxx_ru   # install ruby gem required for restinio dependency installation

# as normal user
cd
git clone https://github.com/oschonrock/hibp.git
cd hibp
git submodule update --init --recursive
cd ext/restinio
mxxruexternals            # install those restinio deps
cd ../..