summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-04 18:06:47 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-04 18:06:47 +0000
commit3da6cdad0023b553507797ba3e7b656e930134d4 (patch)
tree36f333984e57bf12f0fc5e14b1431a30b99dbec1 /README
parentb789eafda708e700c733aee4195b586192b642c2 (diff)
* install_prereq is not a build script. Move it to main directory
(which is our scripts directory). * Don't run/print install command when there's nothing to install. * Fix install_prereq command in README . Merged revisions 3109-3112 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3113 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 8f094d2..7f47d44 100644
--- a/README
+++ b/README
@@ -47,15 +47,15 @@ Build Requirements
You will need a matching kernel source tree and a working Linux build
system. Some of the programs require some additional libraries.
-The script build_tools/install_prereq should help you install the
+The script install_prereq should help you install the
required packages. To see what it suggests, run:
- build_tools/install_prereq test
+ ./install_prereq test
You can either copy/paste that code to a terminal to run it, or just
run:
- build_tools/install_prereq test
+ ./install_prereq install
Kernel Source / "Headers"