From 3c9f36e7443d496b9929ac6f7f65fd6dcc1db98c Mon Sep 17 00:00:00 2001 From: don bright Date: Tue, 25 Dec 2012 02:21:22 +0100 Subject: path instructions should be / not ./ diff --git a/scripts/uni-build-dependencies.sh b/scripts/uni-build-dependencies.sh index a7c62d2..42452b8 100755 --- a/scripts/uni-build-dependencies.sh +++ b/scripts/uni-build-dependencies.sh @@ -6,18 +6,18 @@ # # This script builds all library dependencies of OpenSCAD for Linux/BSD -# (Except large ones like qt and gcc) +# (Except large ones like qt or gcc). It is based on macosx-build-dependencies.sh # # Standard usage: # cd openscad # . ./scripts/setenv-unibuild.sh # ./scripts/uni-build-dependencies.sh -# +# # Out-of-tree usage # # cd somepath # . /path/to/openscad/scripts/setenv-unibuild.sh -# ./path/to/openscad/scripts/uni-build-dependencies.sh +# /path/to/openscad/scripts/uni-build-dependencies.sh # # Prerequisites: # - wget or curl -- cgit v0.10.1