Update README.md
parent
d6548e75c7
commit
b309c92d1f
|
@ -9,7 +9,7 @@ Qt6 variant, **Debian 12**
|
||||||
sudo apt install git build-essential qt6-base-dev qmake6
|
sudo apt install git build-essential qt6-base-dev qmake6
|
||||||
git clone --recursive https://github.com/ZeroStorageCaptcha/api-daemon.git zero-captcha-daemon
|
git clone --recursive https://github.com/ZeroStorageCaptcha/api-daemon.git zero-captcha-daemon
|
||||||
cd zero-captcha-daemon
|
cd zero-captcha-daemon
|
||||||
qmake && make
|
qmake6 && make
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -20,7 +20,7 @@ Qt5 variant, **Debian 11**
|
||||||
sudo apt install git build-essential qtdeclarative5-dev
|
sudo apt install git build-essential qtdeclarative5-dev
|
||||||
git clone --recursive https://github.com/ZeroStorageCaptcha/api-daemon.git zero-captcha-daemon
|
git clone --recursive https://github.com/ZeroStorageCaptcha/api-daemon.git zero-captcha-daemon
|
||||||
cd zero-captcha-daemon
|
cd zero-captcha-daemon
|
||||||
qmake6 && make
|
qmake && make
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
Loading…
Reference in New Issue