]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blobdiff - Readme.txt
Update Makefiles and README to use the default LLVM installation
[boost-statechart-viewer.git] / Readme.txt
index dd03b05f3dd007a30f56edda729154b32cfe85fd..3d69f2540874c9f9f0a6e5801f98b88a50a913dc 100644 (file)
@@ -1,9 +1,15 @@
 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:
+Source files are located in the directory src. To compile them, 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:
 
 LLVM_CONFIG := where you have your llvm bin files/llvm-config
 
-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.
+This program was tested with LLVM/Clang 2.8.
 
 Enjoy using it.