]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - configure
Revert "Remove unused Makefile and configure script"
[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