summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-04 14:25:30 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-04 14:25:30 +0000
commitb21e418b45f047616ef50403f7d235d3aa3b2265 (patch)
tree26fcdf4b73b52cb549299fa427dc8d645d479038 /README
parent82e6b0217e63d5a77e7f673bc2a7c3712c84b7e6 (diff)
nstall_prereq is not a build script. Move it under contrib/ .
(It is a new script, so this change also oges into 1.2) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3109 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 37e8239..7686741 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 contrib/install_prereq should help you install the
required packages. To see what it suggests, run:
- build_tools/install_prereq test
+ contrib/install_prereq test
You can either copy/paste that code to a terminal to run it, or just
run:
- build_tools/install_prereq test
+ contrib/install_prereq test
Kernel Source / "Headers"