From 71ffc9c3404d85792cfa592b94632a9c1f5205d4 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 8 Jul 2007 12:09:59 +0000 Subject: * README fixes. * Add makefile target to generate README.html from README with asciidoc. Note: At least for now the ability to generate a nice extra HTML copy of the text README is an extra feature. But the README file is meant to be primarily read as a text file and will still be readable as such till further notice. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2706 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- README | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'README') diff --git a/README b/README index 0b3a89c..c82e5d8 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Zapata Telephony Interface Driver Asterisk Development Team $Revision$, $Date$ -Zaptel is a short for ZAPata Telephony. +Zaptel is a short for ZAPata TELephony. Supported Hardware ------------------ @@ -77,15 +77,17 @@ Kernel Source / "Headers" Kernel Configuration ~~~~~~~~~~~~~~~~~~~~ If you build a custom kernel, note the following configuration items: + - CONFIG_CRC_CCITT must be enabled ('y' or 'm'). On 2.6 kernels this can be selected These can be selected from the "Library Routines" submenu during kernel configuration via "make menuconfig". -- ztdummy on i386/amd64 and later kernels (>= 2.6.15) can (and should) - use the system's RTC (Real Time Clock). -- Alternatives to that for ztdummy are a UHCI USB controller (USB - controllers made by Intel or VIA) or a kernel that has HZ=1000 - (default on kernels 2.6.0-2.6.12, optional on newer kernels. Not - possible on 2.4). +- If you don't have any zaptel hardware, you need ztdummy. + * ztdummy on i386/amd64 and later kernels (>= 2.6.15) can (and should) + use the system's RTC (Real Time Clock). + * Alternatives to that for ztdummy are a UHCI USB controller (USB + controllers made by Intel or VIA) or a kernel that has HZ=1000 + (default on kernels 2.6.0-2.6.12, optional on newer kernels. Not + possible on 2.4). A Build System @@ -108,11 +110,9 @@ Extra Libraries Some libraries are needed for extra utilities that are provided with Zaptel -- libusb is needed for building fpgaload, needed for firmware loading of +- libusb is needed for building fpga_load, needed for firmware loading of the Xorcom Astribank. - libnewt is needed to build the optional but useful utility zttool. -- For building usbfxstest you will need the zapata library. TODO: - Needed? Installing the first two on Debian: @@ -160,7 +160,7 @@ PERLLIBDIR in xpp/utils/Makefile . This can be done by e.g.: To get usage information on a program, you can also use perldoc (sometimes provided in a package separate from perl itself). For -instalnce: +instance: perldoc ./xpp/utils/xpp_blink -- cgit v1.2.3