Kaydet (Commit) f8afdcfe authored tarafından Guido van Rossum's avatar Guido van Rossum

improved comments for curses, dbhash

üst e42fc2fd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment