Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# required libraries: vxl, opencv, boost, gtkmm

VXLDIR = /opt
VXLDIR = /usr
VERSION = opengazer-0.1.2
CPPFLAGS = -Wall -g -O3
LINKER = -L$(VXLDIR)/lib -L/usr/local/lib -lm -ldl -lvnl -lmvl -lvnl_algo -lvgl -lgthread-2.0
Expand Down
5 changes: 1 addition & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ Requirements:
Under Debian testing:

# apt-get install libcv-dev libhighgui-dev libcvaux-dev \
libgtkmm-2.4-dev libcairomm-1.0-dev libboost-dev

(vxl must be installed from the source)
Important: in vxl's ccmake, set BUILD_SHARED_LIBS to ON.
libgtkmm-2.4-dev libcairomm-1.0-dev libboost-dev libvxl1-dev libopencv-dev

Compilation:

Expand Down