diff --git a/000_CVS_READ_1ST b/000_CVS_READ_1ST index a3e0050..62f7476 100644 --- a/000_CVS_READ_1ST +++ b/000_CVS_READ_1ST @@ -25,8 +25,8 @@ Once the above two commands have run, the rest is pretty standard: $ ./configure --help [read about the options, figure out what to use] -$ ./configure --prefix=/usr/local --enable-drivers=ncurses,cfontz -[replace ncurses,cfontz with comma-separated list of drivers you want] +$ ./configure --prefix=/usr/local --enable-drivers=curses,CFontz +[replace curses,CFontz with comma-separated list of drivers you want] $ make $ su $ make install diff --git a/docs/lcdproc-user/installation.docbook b/docs/lcdproc-user/installation.docbook index cbddb6a..20d341b 100644 --- a/docs/lcdproc-user/installation.docbook +++ b/docs/lcdproc-user/installation.docbook @@ -47,12 +47,12 @@ Read about the options, figure out what to use. -$ ./configure --prefix=/usr/local --enable-drivers=ncurses,cfontz +$ ./configure --prefix=/usr/local --enable-drivers=curses,CFontz Be sure to replace /usr/local with the prefixdir you want (e.g. /usr -for RedHat) and ncurses,cfontz with comma-separated list +for RedHat) and curses,CFontz with comma-separated list of drivers you want.