]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/commitdiff
Update README
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 27 Aug 2012 13:53:41 +0000 (15:53 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 27 Aug 2012 13:53:41 +0000 (15:53 +0200)
Readme.txt

index 3d69f2540874c9f9f0a6e5801f98b88a50a913dc..8ea5d49c5c52216793c19874ba0b19b6ec43be06 100644 (file)
@@ -1,15 +1,14 @@
 Thank you for downloading Boost Statechart viewer.
 
-Source files are located in the directory src. To compile them, simpy
-type
+To compile the this program, simpy type
 
   make
 
-If you want to use different clang/llvm version, create a file called
-Makefile.config in this directory and add there one line:
+If you want to use a different clang/llvm version, create a file
+called Makefile.config in this directory and add there one line:
 
-LLVM_CONFIG := where you have your llvm bin files/llvm-config
+  LLVM_CONFIG := /where/you/have/your/llvm/bin/files/llvm-config
 
-This program was tested with LLVM/Clang 2.8.
+This program was tested with LLVM/Clang 3.1.
 
-Enjoy using it.
+Enjoy using it. Report bugs to boost-statechart-viewer@rtime.felk.cvut.cz.