Date: Mon, 13 Mar 2000 06:43:52 +0500 Message-Id: <200003130143.GAA00793@midpec.com> From: Prashant TR To: "Ian" CC: djgpp AT delorie DOT com In-reply-to: <8agjkg$nck$1@news5.svr.pol.co.uk> (duxbury AT kentmere23 DOT freeserve DOT co DOT uk) Subject: Re: installation References: <8agg67$ll3$1 AT newsg3 DOT svr DOT pol DOT co DOT uk> <8agg8d$fp$1 AT antares DOT lu DOT erisoft DOT se> <8agjkg$nck$1 AT news5 DOT svr DOT pol DOT co DOT uk> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk "Ian" writes: > I have read the readme file, do I open all the files in the Djgpp directory > I created when opening the djDev203. Ok. The installation is a simple process. Here goes: 1> Create a directory c:\djgpp c:\>md djgpp c:\>cd djgpp 2> Unzip all the files (djdev203.zip, bnu281b.zip, etc.) in the djgpp directory. 3> Add these lines in your c:\autoexec.bat. SET DJGPP=C:\DJGPP\DJGPP.ENV PATH C:\DJGPP\BIN;%PATH% That completes that installation. Hope this helps.