]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - configure
updated configure and Makefile. You don't need to use -I options
[boost-statechart-viewer.git] / configure
1 #!/bin/sh
2
3 cd $(dirname $0)
4
5 ln -sf ../../clang llvm/tools/clang
6 mkdir -p llvm/_build
7 cd llvm/_build
8 ../configure
9
10 cat <<EOF
11 To compile LLVM run the following comands:
12 cd $PWD
13 make install
14 EOF