Mail Archives: djgpp/2004/03/28/06:00:45
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
NNTP-Posting-Date: | Sun, 28 Mar 2004 04:58:19 -0600
|
From: | MCheu <mpcheu AT yahoo DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: install djgpp on windows xp
|
Date: | Sun, 28 Mar 2004 05:58:19 -0500
|
Message-ID: | <c6ad609h4er20fju6g7u6h7b917m850bc2@4ax.com>
|
References: | <qmuc601lb1t205g6bkphp6e5vkenpka4g3 AT 4ax DOT com>
|
X-Newsreader: | Forte Agent 2.0/32.646
|
MIME-Version: | 1.0
|
Lines: | 57
|
NNTP-Posting-Host: | 216.75.189.227
|
X-Trace: | sv3-GZftjsIcC15XsigM/S3IzLX5LexmC2TSZ112sWHvOF5evZYu1CqUBgS8QSepX3Ca0WnqP0Pip7yud/Q!kbE1IAaVATHuMlDkeRJMpuPVk8k6jysI5vL6K35ovLiWvAbE0uWY4gE2HAb9NzGOMVChYfQTys9U!rbQx1TOBwg==
|
X-Complaints-To: | abuse AT golden DOT net
|
X-DMCA-Complaints-To: | abuse AT golden DOT net
|
X-Abuse-and-DMCA-Info: | Please be sure to forward a copy of ALL headers
|
X-Abuse-and-DMCA-Info: | Otherwise we will be unable to process your complaint properly
|
X-Postfilter: | 1.1
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
On Sun, 28 Mar 2004 09:17:00 +0200, grini1 AT bezeqint,net wrote:
>hi
>How to install djgpp on windows xp without the DOS window.
>greenberg mohe
Use a GUI based zip program like winzip, unzip the component files
into a directory, while maintaining the subdirectory tree structure.
Why a GUI based zip program? Well, I don't entirely trust XP's built
in handling of ZIP files, and you're being difficult by not wanting to
touch the DOS window.
Then, you'll need to set the environment variables.
under Start/control panel/administrative tools,
select SYSTEM, and when the window pops up, select the ADVANCED tab.
click on the button marked "environment variables"
At the bottom of window, under "System variables"
click on the "NEW" button.
For variable name, fill in: DJGPP
Assuming you put unzipped everything into C:\DJGPP for the directory,
For variable value, fill in: C:\DJGPP\DJGPP.ENV
Adjust as necessary if you put it elsewhere.
Click OK.
Now, in the little scrolling window under "System Variables", find the
entry called "Path". Click on it, and then click on the EDIT button.
shuffle to the end of the variable value line, and add the following
to it:
; C:\DJGPP\BIN
Again, assuming that you installed the files into the C:\DJGPP
directory.
That's it for installing.
Compiling is another matter. Without resorting to the command prompt
window at all, you'd have to either use an IDE. You could try
issuing gcc compile commands using RUN, from the start menu, but I
don't know if that will work.
---------------------------------------------
Thanks,
MCheu
- Raw text -