Date: Tue, 29 Jul 1997 22:25:18 -0500 (CDT) From: Andrew Deren To: Ulf Cederholm cc: djgpp AT delorie DOT com Subject: Re: Allegro/Djgpp beginner In-Reply-To: <33DCA3A9.316CAB56@swipnet.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk If you installed DJGPP correctly, and also installed make, you should have make.exe in your djgpp\bin dir and you should also have this dir in your path. Now go to d:\djgpp\allegro and simply type make (there should be a file called makefile in that dir) and make should start makeing the lib. IT will take a while. To you the allegro lib with rhide go to options libraries and type alleg in the first available spot. Read allegro.txt in your allegro/docs dir for more info. On Mon, 28 Jul 1997, Ulf Cederholm wrote: > I have unzipped allegro22.zip in d:\djgpp\allegro. The readme.txt says > that I should go to the allegro directory and run make.exe (it can be > found in d:\djgpp\bin) to compile alegro. The problem here is that I do > not know how to run make.exe in the allegro directory. I have tried a > couple of different things to no avail. > > Second I use rhide1.3 and would whant to compile sources that include > allegro. I think I should add something to options/libraries but I am > not sure of exactly what. Could somebody please help me solve these two > problems so I can go on learning C++ and using allegro. > > Thanks > > Ulf C > > >