summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-10-21 17:08:36 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-10-21 17:08:36 +0000
commitf34136b8fd6e1339289d7c3abf45e8bf084cae88 (patch)
tree950e3ad08022595df41dfa8bbbf9bdbfc1ac218b /README
parente879e273d3172d7a1e3ad85e6edfd185390e538c (diff)
dahdi-linux README: better place for build requirements.
(We'll have to put a content there one of these days) git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5106 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 16 insertions, 9 deletions
diff --git a/README b/README
index 761d8bd..c662719 100644
--- a/README
+++ b/README
@@ -50,22 +50,29 @@ Other Drivers
- dahdi_dynamic_loc: Mirror a local span. Requires dahdi_dynamic
- dahdi_dummy: A dummy driver that only provides a DAHDI timing source.
-Build System
-------------
-gcc and friends. Generally you will need to install the package gcc.
-There may be cases where you will need a specific version of gcc to build
-kernel modules.
-
Installation
------------
-Note: If using `sudo` to build/install, you may need to add /sbin to your PATH.
+If all is well, you just need to run the following:
make
make install
-Note that you'll need the utilities provided in the package dahdi-tools
-to configure DAHDI devices on your system.
+You'll need the utilities provided in the package dahdi-tools to
+configure DAHDI devices on your system.
+
+If using `sudo` to build/install, you may need to add /sbin to your PATH.
+
+If you still have problems, read further.
+
+
+Build Requirements
+~~~~~~~~~~~~~~~~~~
+gcc and friends. Generally you will need to install the package gcc.
+There may be cases where you will need a specific version of gcc to build
+kernel modules.
+
+TODO: copy build requirement from Zaptel README.
Installing to a Subtree