From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: GRX 2.2 Graphics Library Installation Date: Mon, 24 Nov 1997 13:07:20 +0000 Organization: Two pounds of chaos and a pinch of salt Lines: 27 Message-ID: <34797C08.6B2E@cs.com> References: <658gdg$hds AT bgtnsc03 DOT worldnet DOT att DOT net> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp207.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Walter Luke wrote: > > Sorry for asking such a basic question, but could someone let me in > on the basics of libraries and how to install them (specifically GRX > 2.2)? GRX 2.2 is installed like any other DJGPP package; from your main DJGPP directory, unzip the package, preserving the directory structure. The files should go into the contrib/grx22 directory. After this, you need to put the GRX library (libgrx22.a) into your LIBRARY_PATH, and the header files into your various INCLUDE_PATHs. One way to do this is to copy the library into your lib directory, and the the headers into your include directory. A better way is to edit your djgpp.env file and append the GRX directories to the LIBRARY_PATH and *_INCLUDE_PATH variables. Once you have done this, you can use the GRX library like any other. hth -- --------------------------------------------------------------------- | John M. Aldrich |"A competent and self-confident person| | aka Fighteer I | is incapable of jealousy in anything.| | mailto:fighteer AT cs DOT com | Jealousy is invariably a symptom of | | http://www.cs.com/fighteer | neurotic insecurity." - Lazarus Long| ---------------------------------------------------------------------