Mail Archives: djgpp/1997/11/23/15:15:51
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|
---------------------------------------------------------------------
- Raw text -