]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blobdiff - Readme.txt
Event typedef missing
[boost-statechart-viewer.git] / Readme.txt
index dd03b05f3dd007a30f56edda729154b32cfe85fd..8ea5d49c5c52216793c19874ba0b19b6ec43be06 100644 (file)
@@ -1,9 +1,14 @@
 Thank you for downloading Boost Statechart viewer.
 
-Source files are located in the directory src. For compilation create file Makefile.config in this directory and add there one line:
+To compile the this program, simpy type
 
-LLVM_CONFIG := where you have your llvm bin files/llvm-config
+  make
 
-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.
+If you want to use a different clang/llvm version, create a file
+called Makefile.config in this directory and add there one line:
 
-Enjoy using it.
+  LLVM_CONFIG := /where/you/have/your/llvm/bin/files/llvm-config
+
+This program was tested with LLVM/Clang 3.1.
+
+Enjoy using it. Report bugs to boost-statechart-viewer@rtime.felk.cvut.cz.