1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Installation:
You will need the parser generator PCCTS Version 1.33 to compile this
package. It is available from:
http://www.antlr.org/1.33/pccts.tar.gz
or
ftp://ftp.th-darmstadt.de/pub/programming/languages/compiler-compiler/pccts/1.33/pccts.tar.gz
See http://www.mcs.net/~tmoog/pccts.html for more information about PCCTS.
While compiling the PCCTS packages you may get errors on the target 'genmk'.
These errors can be safely ignored since cdrdao does not use 'genmk'. All
needed tools are already built at that time.
1. Type './configure'.
Configure options for PCCTS:
--with-pcctsbin=dir Specifies directory that contains the PCCTS
executables (default: /usr/local/pccts/bin)
--with-pcctsinc=dir Specifies directory that contains the PCCTS
header and source files (default: /usr/local/pccts/h)
--with-linux-qnx-sched Enables Linux QNX real time scheduling.
This will only work if your kernel is compiled
with the QNX scheduler.
2. Type 'make' to compile the package.
3. Type 'make install' as root to install the binary and the manual page under
'/usr/local'.
|