improved comments for curses, dbhash

This commit is contained in:
Guido van Rossum 1995-07-26 17:31:41 +00:00
parent e42fc2fd37
commit f8afdcfef0
1 changed files with 8 additions and 3 deletions

View File

@ -241,8 +241,13 @@ md5 md5module.c md5c.c
rotor rotormodule.c # enigma-inspired encryption
#syslog syslogmodule.c # syslog daemon interface
#curses cursesmodule.c -lcurses -ltermcap # guess what?
# (On Linux, try -lncurses)
# Lance's curses module. This requires the System V version of
# curses, sometimes known as ncurses (e.g. on Linux, link with
# -lncurses).
#curses cursesmodule.c -lcurses -ltermcap
@ -279,7 +284,7 @@ rotor rotormodule.c # enigma-inspired encryption
# Edit the variables DB and DBPORT to point to the db top directory
# and the subdirectory of PORT where you built it.
#DB=/depot/sundry/db
#DB=/depot/sundry/src/db.1.85/
#DBPORT=$(DB)/PORT/sunos.5.2
#dbhash dbhashmodule.o -I$(DB)/include -I$(DBPORT) $(DBPORT)/libdb.a