From 3df415835ef81bcd8644694abdb5dabeaea36045 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 14 Sep 2020 10:23:26 +0200 Subject: [PATCH] docs: added `sudo apt-get install -y libtinfo5 graphviz` to usage --- docs/usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage.rst b/docs/usage.rst index 8f67ba09..880ba8b6 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -351,6 +351,7 @@ in **mp-units** repository, you should: conan remote add linear-algebra https://api.bintray.com/conan/twonington/public-conan git clone https://github.com/mpusz/units.git && cd units pip3 install -r docs/requirements.txt + sudo apt-get -qq update && sudo apt-get install -y libtinfo5 graphviz mkdir build && cd build conan install .. -pr -s compiler.cppstd=20 -e mp-units:CONAN_RUN_TESTS=True -b outdated -u cmake .. -DCMAKE_BUILD_TYPE=Release