diff --git a/bootstrap b/bootstrap index 0a97620..ece8cd7 100644 --- a/bootstrap +++ b/bootstrap @@ -1,3 +1,4 @@ #!/bin/sh -cmake . +# /usr can be changed to another prefix if you desire +cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .