diff --git a/README-Dependencies.md b/README-Dependencies.md index 52f2479..922ecd5 100644 --- a/README-Dependencies.md +++ b/README-Dependencies.md @@ -7,6 +7,8 @@ For full functionality and to build all programs the following packages are requ Depending on your flavour of Linux, you are likely to need to install the packages (or later versions) for Ubuntu as follows: ```bash +> sudo apt-get update +> sudo apt install build-essential > sudo apt install cmake > sudo apt install gcc-9 > sudo apt install libfftw3-dev