]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - configure
You need to specify the input file. The start state has red color in the graph.
[boost-statechart-viewer.git] / configure
1 #!/bin/sh
2
3 cd $(dirname $0)
4 TOP=$PWD
5
6 ln -sf ../../clang llvm/tools/clang
7 mkdir -p llvm/_build
8 cd llvm/_build
9 ../configure --prefix=$TOP/_install
10
11 cat <<EOF
12 To compile LLVM run the following comands:
13 cd $PWD
14 make install
15 EOF