Skip to content

Instantly share code, notes, and snippets.

@cfg
Created January 1, 2017 19:39
Show Gist options
  • Save cfg/09ccb3e3d863eab9815e0b24d4b12db1 to your computer and use it in GitHub Desktop.
Save cfg/09ccb3e3d863eab9815e0b24d4b12db1 to your computer and use it in GitHub Desktop.
Compile futurerestore from @tihmstar on OS X
brew install openssl
git clone --recursive git@github.com:tihmstar/futurerestore.git
cd futurerestore/
export PKG_CONFIG_PATH=/usr/local/share/pkgconfig:/usr/local/lib/pkgconfig:$(brew --prefix openssl)/lib/pkgconfig
./autogen.sh
make
./futurerestore/futurerestore
Copy link

ghost commented Jan 5, 2018

make command doesnt work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment