[svn-commits] tzafrir: linux/trunk r5106 - /linux/trunk/README

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 21 12:08:37 CDT 2008


Author: tzafrir
Date: Tue Oct 21 12:08:36 2008
New Revision: 5106

URL: http://svn.digium.com/view/dahdi?view=rev&rev=5106
Log:
dahdi-linux README: better place for build requirements.

(We'll have to put a content there one of these days)

Modified:
    linux/trunk/README

Modified: linux/trunk/README
URL: http://svn.digium.com/view/dahdi/linux/trunk/README?view=diff&rev=5106&r1=5105&r2=5106
==============================================================================
--- linux/trunk/README (original)
+++ linux/trunk/README Tue Oct 21 12:08:36 2008
@@ -50,22 +50,29 @@
 - dahdi_dynamic_loc: Mirror a local span. Requires dahdi_dynamic
 - dahdi_dummy: A dummy driver that only provides a DAHDI timing source.
 
-Build System
+
+Installation
 ------------
+If all is well, you just need to run the following:
+
+  make
+  make install
+
+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.
 
-
-Installation
-------------
-Note: If using `sudo` to build/install, you may need to add /sbin to your PATH.
-
-  make
-  make install
-
-Note that you'll need the utilities provided in the package dahdi-tools
-to configure DAHDI devices on your system.
+TODO: copy build requirement from Zaptel README.
 
 
 Installing to a Subtree




More information about the svn-commits mailing list