]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - Readme.txt
dd03b05f3dd007a30f56edda729154b32cfe85fd
[boost-statechart-viewer.git] / Readme.txt
1 Thank you for downloading Boost Statechart viewer.
2
3 Source files are located in the directory src. For compilation create file Makefile.config in this directory and add there one line:
4
5 LLVM_CONFIG := where you have your llvm bin files/llvm-config
6
7 This is necessary for compilation of the program. Compiler needs to be able to find LLVM and Clang header files. And now you can go to directory src and compile the whole application.
8
9 Enjoy using it.