Created
January 1, 2017 19:39
-
-
Save cfg/09ccb3e3d863eab9815e0b24d4b12db1 to your computer and use it in GitHub Desktop.
Compile futurerestore from @tihmstar on OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install openssl | |
git clone --recursive [email protected]: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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make command doesnt work