From fbc010a1f0511d4e069c21eea3396647c008edac Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Fri, 19 May 2023 21:10:29 +0200 Subject: [PATCH] Close #426: Build Error - fix documentation in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb4ac59..429d05ad 100644 --- a/README.md +++ b/README.md @@ -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`