diff options
author | Jeff Donahue <jeff.donahue@gmail.com> | 2014-10-14 21:03:03 -0700 |
---|---|---|
committer | Jeff Donahue <jeff.donahue@gmail.com> | 2014-10-14 21:14:14 -0700 |
commit | 8944b7addcff7be6947c255db7ee85881d1b586d (patch) | |
tree | 2dfa59fad59a7ca59976182d98d2b08ebb3361e8 /Makefile.config.example | |
parent | 39341b70a22f99adc084fad776f6bcf617ec06b8 (diff) | |
download | caffeonacl-8944b7addcff7be6947c255db7ee85881d1b586d.tar.gz caffeonacl-8944b7addcff7be6947c255db7ee85881d1b586d.tar.bz2 caffeonacl-8944b7addcff7be6947c255db7ee85881d1b586d.zip |
Reintroduce pkg-config with optional Makefile.config flag.
Diffstat (limited to 'Makefile.config.example')
-rw-r--r-- | Makefile.config.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.config.example b/Makefile.config.example index 5cb0b243..b6d95e31 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -60,6 +60,10 @@ PYTHON_LIB := /usr/lib INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib +# Uncomment to use `pkg-config` to specify OpenCV library paths. +# (Usually not necessary -- OpenCV libraries are normally installed in one of the above $LIBRARY_DIRS.) +# USE_PKG_CONFIG := 1 + BUILD_DIR := build DISTRIBUTE_DIR := distribute |