Mail Archives: djgpp/1997/11/02/05:34:38
jb AT netcom DOT ca wrote:
>
> after reading the installation instructions for Allegro.
> I downloaded the mak375b.zip.
> Unzipped it into the DJGPP directory.
> Double clicked on the make.exe in the C:\DJGPP\BIN\ directory, and it
> says Parameters:
> what am I meant to type next to parameters?
You should run make from the DOS command line, not from File
Manager/Explorer. DJGPP is a DOS-based compiler. In any case, to build
Allegro you must change to the main Allegro directory and type "make".
Assuming your DJGPP installation is set up correctly, Allegro will build
without any further work on your part.
BTW, you need the C++ components of DJGPP to build Allegro's 'setup'
program. If you want to skip this requirement, or don't want to install
C++ at all, you can type "make -k" to force it to skip that part of the
compilation.
hth
--
---------------------------------------------------------------------
| John M. Aldrich | "Courage is the complement of fear. |
| aka Fighteer I | A man who is fearless cannot be |
| mailto:fighteer AT cs DOT com | courageous. (He is also a fool.)" |
| http://www.cs.com/fighteer | - Lazarus Long |
---------------------------------------------------------------------
- Raw text -