summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 74fc8e4..e8b2b0f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -87,11 +87,11 @@ the tunneling software and the NaCl build process lasts quite long):
(# make mrproper)
In order to build curvetun, libnacl must be built first. A helper script
-called build_nacl.sh is there to facilitate this process. If you want to
+called nacl_build.sh is there to facilitate this process. If you want to
build NaCl in the directory ~/nacl, the script should be called this way:
$ cd curvetun
- $ ./build_nacl.sh ~/nacl
+ $ ./nacl_build.sh ~/nacl
There's also an abbreviation for this by simply typing:
@@ -100,7 +100,7 @@ There's also an abbreviation for this by simply typing:
This gives an initial output such as "Building NaCl for arch amd64 on host
fuuubar (grab a coffee, this takes a while) ...". If the automatically
detected architecture (such as amd64) is not the one you intend to compile
-for, then edit the (cc="gcc") variable within the build_nacl.sh script to
+for, then edit the (cc="gcc") variable within the nacl_build.sh script to
your cross compiler. Yes, we know, the build system of NaCl is a bit of a
pain, so you might check for a pre-built package from your distribution in
case you are not cross compiling.