diff options
author | Erik Schnetter <schnetter@gmail.com> | 2012-12-03 13:54:01 -0500 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2012-12-03 13:54:01 -0500 |
commit | 8dd524760bb3daefe5b877083f38441e485c4704 (patch) | |
tree | 3e4b63f411187dd927502aaf28b65371d5c1ac54 | |
parent | fe4c23e4e86af5f84bc0d19748d2afcc25f0ae21 (diff) | |
download | vecmathlib-8dd524760bb3daefe5b877083f38441e485c4704.zip vecmathlib-8dd524760bb3daefe5b877083f38441e485c4704.tar.gz |
Document autogen.sh
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ #! /bin/bash + +# Run "./autogen.sh" to create or recreate all autogenerated +# configuration magic. This should normally not be necessary; in +# generally, just running "ninja" should perform all necessary tasks. + rm -f CMakeCache.txt cmake -G Ninja |