Skip to content

Commit 3b86935

Browse files
authored
Update README.md
1 parent d39a1c2 commit 3b86935

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
"# qr-gen-cpp"
1+
# QR-Code generator with C++
2+
(Project made by newbie)
3+
This is the basic way to create QR-Code using cpp-httplib, libpng, zlib. Thank you very much. Without them, my project would not have happened.
4+
5+
# Build
6+
```bash
7+
git clone --recursive https://github.com/exsycore/qr-gen-cpp.git
8+
cd qr-gen-cpp
9+
mkdir build
10+
cd build
11+
cmake .. -G "Visual Studio 17 2022"
12+
cmake --build . --config Release or Debug
13+
```

0 commit comments

Comments
 (0)