aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-06-07 15:06:22 +0200
committerGitHub <[email protected]>2022-06-07 15:06:22 +0200
commit67a97fc5ac1aef61d97b63e196c5245e971ed9dc (patch)
tree5e9cc68abc630116dc7de75cced3fe30606241dc
parentUpdate .editorconfig (diff)
downloadzen-67a97fc5ac1aef61d97b63e196c5245e971ed9dc.tar.xz
zen-67a97fc5ac1aef61d97b63e196c5245e971ed9dc.zip
Update README.md
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0c418324f..f253f1835 100644
--- a/README.md
+++ b/README.md
@@ -77,8 +77,8 @@ for Ubuntu 21.04 onwards);
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
```
-Now GCC-11 can be install via Apt. This will also install a suitable version of
-the C++ library too;
+Now GCC-11 can be installed via Apt. This will also install a suitable version of
+the C++ library;
```
sudo apt install -y --no-install-recommends g++-11
@@ -102,7 +102,13 @@ sudo dpkg -i xmake-v2.6.4.amd64.deb
xmake --version
```
-For some of Zen's third party dependencies are provided by Microsoft's `vcpkg`
+To build some of the packages from vcpkg you may need some additional tools. Install the following;
+
+```
+sudo apt-get install build-essential
+```
+
+Some of Zen's third party dependencies are provided by Microsoft's `vcpkg`
C++ library manager. After cloning the project there is an initialisation step;
```