From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Hyper Intelligent Newbie with Stupid Question! Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <7166as8s639gv9plfi31frh4it2q80pak7@4ax.com> References: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 46 X-Trace: +rvUKlqJwsL35W8rxn2X9U+oiFld7pvYXqvhn+NkypHlD9swyBQ8iYDDfSyRB+Y8bjDfAGwkDN42!iEyUXX+gDDNnWEtkvhcPlvbic6XP1cb41suiDsG4WKFjVlvNjBD9s0AaFQmDP0BgttInDoPfqu+P!sGFM6w== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Thu, 10 Feb 2000 20:08:06 GMT Distribution: world Date: Thu, 10 Feb 2000 20:08:06 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 9 Feb 2000 13:38:58 -0500, "Bryan Edds" wrote: >Figured I'd give the ol' newbie announcement with a lil variation... as >crappy as it is... > >Alright... I'm pissed. I got all the stuff for DJGPP and Allegro. What version? 3.9.31 is the current version. http://www.sunsite.auc.dk/allegro/wip.html >I changed my autoexec.bat... I got RHIDE... Now what? How do I put >all this wonderful stuff together? Something to do with MAKE.EXE? >Could you point me specifically to a FAQ that will get me started? 1. RTFM. readme.1st faq\*.* online docs in rhide allegro\readme.txt allegro\readme.dj 2. Try to compile a noddy program. edit hello.c #include int main(void) { puts("hello"); return 0; } gcc hello.c -o hello.exe .\hello 3. Build and install Allegro. cd allegro make make install 4. RTFM again. allegro\allegro.txt allegro\examples\*.c When you make an Allegro program in RHIDE, put alleg in the Options > Libraries dialog and check the box next to it. -- Damian Yerrick http://yerricde.tripod.com/ Comment on story ideas: http://home1.gte.net/frodo/quickjot.html AOL is sucks! Find out why: http://anti-aol.org/faqs/aas/ View full sig: http://www.rose-hulman.edu/~yerricde/sig.html