Date: Thu, 22 Apr 1999 12:05:18 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: FF fan 08 cc: djgpp AT delorie DOT com Subject: Re: Curses emulator In-Reply-To: <19990420235522.00327.00004925@ng-fp1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 21 Apr 1999, FF fan 08 wrote: > So I got the Curses emulator with DJGPP. Can > someone tell me how to install it? I don't understand any of the > docs that come with it. It would help A LOT if you ask more specific questions and tell some more about the problem. Some questions that come to mind: - which ``curses emulator'' is that? where did you get it? - what installation did you have in mind? - what is unclear in the docs, exactly? The only curses package for DJGPP that I know of is the PDCurses library. The only installation it needs is to put the library and its header into appropriate directories, and then compile and link your programs with that library.