docs: added sudo apt-get install -y libtinfo5 graphviz to usage

This commit is contained in:
Mateusz Pusz
2020-09-14 10:23:26 +02:00
parent c00d98d6e1
commit 3df415835e

View File

@@ -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 <your_conan_profile> -s compiler.cppstd=20 -e mp-units:CONAN_RUN_TESTS=True -b outdated -u
cmake .. -DCMAKE_BUILD_TYPE=Release