]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - Readme.txt
3d69f2540874c9f9f0a6e5801f98b88a50a913dc
[boost-statechart-viewer.git] / Readme.txt
1 Thank you for downloading Boost Statechart viewer.
2
3 Source files are located in the directory src. To compile them, simpy
4 type
5
6   make
7
8 If you want to use different clang/llvm version, create a file called
9 Makefile.config in this directory and add there one line:
10
11 LLVM_CONFIG := where you have your llvm bin files/llvm-config
12
13 This program was tested with LLVM/Clang 2.8.
14
15 Enjoy using it.