]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - README
Fixes for clang 3.4
[boost-statechart-viewer.git] / README
1 Thank you for downloading Boost Statechart viewer.
2
3 If you want to know more about it read description.
4
5 To compile the this program, simpy type
6
7   make
8
9 If you want to use a different clang/llvm version, create a file
10 called Makefile.config in this directory and add there one line:
11
12   LLVM_CONFIG := /where/you/have/your/llvm/bin/files/llvm-config
13
14 This program was tested with LLVM/Clang 3.1.
15
16 Enjoy using it. Report bugs to boost-statechart-viewer@rtime.felk.cvut.cz.