Close #426: Build Error - fix documentation in README.md

This commit is contained in:
Christian Hohnstaedt 2023-05-19 21:10:29 +02:00
parent 5a92f68057
commit fbc010a1f0

View File

@ -40,7 +40,7 @@ To build XCA you need:
- Install the dependencies
```
sudo apt install build-essential libssl-dev pkg-config qtbase5-dev qttools5-dev-tools libqt5sql5 libqt5help5 cmake qttools5-dev python3-sphinx
sudo apt install build-essential libssl-dev pkg-config qtbase5-dev qttools5-dev-tools libqt5sql5 libqt5help5 cmake qttools5-dev python3-sphinxcontrib.qthelp
```
- Clone: `git clone https://github.com/chris2511/xca.git`
- Configure: `cmake -B build xca`