Skip to content

Instantly share code, notes, and snippets.

@martin-etchart
Created September 6, 2012 04:14
Show Gist options
  • Save martin-etchart/3651138 to your computer and use it in GitHub Desktop.
Save martin-etchart/3651138 to your computer and use it in GitHub Desktop.
stasm makefile
#change this line
LIBS=-lm -lcv -lhighgui -lcvaux -lgsl -lgslcblas -ljpeg
#for this line
LIBS=-lm -lgsl -lgslcblas -ljpeg -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment