Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 328 Bytes

makerscanner

Software for the makerscanner. See http://www.makerscanner.com/ for details and instructions.

To build from source on Linux:

sudo apt-get install libwxgtk3.0-dev libgsl0-dev libopencv-dev
(or equivalent for your system)

./bootstrap.sh
./configure
make
sudo make install