X-Git-Url: http://rtime.felk.cvut.cz/gitweb/boost-statechart-viewer.git/blobdiff_plain/49c6d25cd9d847f4e54dbb055760bc57ac65a33d..11a6b764b085f28eb76b0ae8e993215cf3316d50:/Readme.txt diff --git a/Readme.txt b/Readme.txt index dd03b05..3d69f25 100644 --- a/Readme.txt +++ b/Readme.txt @@ -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.