fix driver name cases

This commit is contained in:
marschap
2006-12-02 14:11:01 +00:00
parent 0e57be5bcb
commit d7f0b80769
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ Once the above two commands have run, the rest is pretty standard:
$ ./configure --help $ ./configure --help
[read about the options, figure out what to use] [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
[replace ncurses,cfontz with comma-separated list of drivers you want] [replace curses,CFontz with comma-separated list of drivers you want]
$ make $ make
$ su $ su
$ make install $ make install
+2 -2
View File
@@ -47,12 +47,12 @@ Read about the options, figure out what to use.
</para> </para>
<screen> <screen>
<prompt>$</prompt> <userinput>./configure --prefix=/usr/local --enable-drivers=ncurses,cfontz</userinput> <prompt>$</prompt> <userinput>./configure --prefix=/usr/local --enable-drivers=curses,CFontz</userinput>
</screen> </screen>
<para> <para>
Be sure to replace /usr/local with the prefixdir you want (e.g. /usr 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. of drivers you want.
</para> </para>