We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7a581 commit b9c4b6cCopy full SHA for b9c4b6c
README.md
@@ -50,12 +50,18 @@ Each color stands for:
50
51
52
## How to build Gazo-san
53
+
54
+### Ubuntu
55
56
1. Download static link library file
57
58
+```bash
59
+curl -L https://github.com/lifull-dev/Gazo-san/releases/download/VERSION/libimageDiffCalc.a
60
```
-wait for upload
-```
61
62
2. Compile main.cpp
63
64
65
g++ -std=c++11 ./src/main.cpp -L./ -limageDiffCalc -o gazosan `pkg-config --libs opencv`
66
67
0 commit comments