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
[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