Chinaunix首页 | 论坛 | 博客
  • 博客访问: 331780
  • 博文数量: 72
  • 博客积分: 1730
  • 博客等级: 上尉
  • 技术积分: 743
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-27 18:49
文章分类

全部博文(72)

文章存档

2012年(72)

我的朋友

分类: WINDOWS

2012-04-09 20:28:09

    下载所需的DJGPP安装包

    * 打开网页:

    * 做如下选择,其中下划线部分为我的选择,其他为提示。

FTP Site
          Select a suitable FTP site:
                Pick one for me(自己选一个,有些站点没有资源的话,请换一个站点下载

Basic Functionality
           Pick one of the following:
                Build and run programs with DJGP

    Which operating system will you be using? 
                xp

    Do you want to be able to read the on-line documentation?
                Yes

    Which programming languages will you be using?
                C
                C
                Assembler

    Which IDE(s) would you like?
                RHIDE, similar to Borland's IDE, including a built-in editor and debugger.

    Would you like gdb, the text-mode GNU debugger? You don't need it if you get RHIDE. 
                No

Extra Stuff

    Please check off each extra thing that you want.

    选择完毕后点击“Tell me which files I need”按钮,则给出如下内容:

         unzip32.exe to unzip the zip files 95 kb

         v2/copying.dj DJGPP Copyright info                      3 kb
         v2/djdev203.zip DJGPP Basic Development Kit     1.5 mb
         v2/faq230b.zip Frequently Asked Questions          664 kb
         v2/readme.1st Installation instructions                   22 kb

         v2apps/rhid15ab.zip RHIDE                                    6.0 mb

         v2gnu/bnu217b.zip Basic assembler, linker             3.9 mb
         v2gnu/gcc423b.zip Basic GCC compiler                  4.3 mb
         v2gnu/gpp423b.zip C compiler                            4.5 mb
         v2gnu/mak3791b.zip Make (processes makefiles)   267 kb
         v2gnu/txi411b.zip Info file viewer                              888 kb

  Total bytes to download:                        23,102,842

 大致需要下载23MB的安装包

 1 手动下载这几个安装包,可以将其放在新建d:\tmp,将其全部放在这个文件夹下;

 2 新建c:\digpp 文件夹,将unzip32.exe复制到此文件夹;

 3 运行cmd,进入dos,

     cd c:\

     mkdir digpp

     cd digpp

     unzip32  d:\tmp\*zip

     等待解压过程完成。

 4  我的电脑->属性->高级->环境变量Pathz中添加c:\djgpp\bin

    点击“新建”变量djgpp, 内容为:c:\djgpp\djgpp.env

到此安装过程完成。重启电脑。运行--cmd--进入dos,输入rhide启动IDE;

 

 

    Path

       


 

阅读(2899) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~