Skip to content

Instantly share code, notes, and snippets.

@baybatu
Created September 4, 2017 05:42
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 baybatu/45db79ab0900145d39725b13312821b4 to your computer and use it in GitHub Desktop.
Save baybatu/45db79ab0900145d39725b13312821b4 to your computer and use it in GitHub Desktop.
xmp-cli installation with proper 'configure' parameters
# libxmp installed via brew
libxmp_LIBS=-L/usr/local/Cellar/libxmp/4.4.1/lib \
libxmp_CFLAGS=-I/usr/local/Cellar/libxmp/4.4.1/include \
./configure
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment