Upgrade CMake build process (shared and static library, clan, test, doc, reference...
[clan/joel.poudroux.git] / redo.sh
blobf7a25c78b3d63d000b0e2ed662b369fd3b56d09c
1 #!/bin/sh
2 make maintainer-clean
3 ./get_submodules.sh
4 ./autogen.sh
5 ./configure --prefix=$HOME/usr --with-osl=system --with-osl-prefix=$HOME/usr
6 #./configure --prefix=$HOME/usr --with-osl=bundled
7 make