Skip to content

Instantly share code, notes, and snippets.

@fliphess
Created September 7, 2017 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fliphess/a91bc50610504c8421b3400caaafe98e to your computer and use it in GitHub Desktop.
Save fliphess/a91bc50610504c8421b3400caaafe98e to your computer and use it in GitHub Desktop.
Build yapet password manager on mac

Build yapet (yet another password manager) for Mac

Download

wget  http://www.guengel.ch/myapps/yapet/downloads/yapet-1.0.tar.gz
tar xvzf yapet-1.0.tar.gz && cd yapet-1.0

Configure

 export LDFLAGS="-L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/expat/lib"
 export CFLAGS="-I/usr/local/opt/openssl/include/ -I/usr/local/include -I/usr/local/opt/expat/include"
 export CPPFLAGS="-I/usr/local/opt/openssl/include/ -I/usr/local/include -I/usr/local/opt/expat/include"
 
 ./configure

Build

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