path instructions should be / not ./

felipesanches-svg
don bright 2012-12-25 02:21:22 +01:00
parent 6693c3b364
commit 3c9f36e744
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
# #
# This script builds all library dependencies of OpenSCAD for Linux/BSD # 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: # Standard usage:
# cd openscad # cd openscad
@ -17,7 +17,7 @@
# #
# cd somepath # cd somepath
# . /path/to/openscad/scripts/setenv-unibuild.sh # . /path/to/openscad/scripts/setenv-unibuild.sh
# ./path/to/openscad/scripts/uni-build-dependencies.sh # /path/to/openscad/scripts/uni-build-dependencies.sh
# #
# Prerequisites: # Prerequisites:
# - wget or curl # - wget or curl