From: Michal Sojka Date: Mon, 20 Nov 2017 09:35:58 +0000 (+0100) Subject: Update readme X-Git-Url: https://rtime.felk.cvut.cz/gitweb/boost-statechart-viewer.git/commitdiff_plain/acce4b9968df0db6ea91184812b2bcfcab053fa3 Update readme --- diff --git a/README b/README index f545512..5d1a8a8 100644 --- a/README +++ b/README @@ -33,7 +33,7 @@ repositories and compile it. On Debian/Ubuntu the dependencies can be installed with: - sudo apt-get install clang-3.5 libclang-3.5-dev build-essential graphviz + sudo apt-get install clang-5.0 libclang-5.0-dev build-essential graphviz To compile the the plugin, simply run: @@ -42,9 +42,9 @@ To compile the the plugin, simply run: If you want to use a different clang/llvm version, run configure before running make. For example: - LLVM_CONFIG=llvm-config-3.5 ./configure + LLVM_CONFIG=llvm-config-5.0 ./configure -This program was tested with LLVM/Clang 3.5. +This program was tested with LLVM/Clang 5.0. Reporting bugs --------------