codeblocks

1.安装codeblocks

 

源自这个网站:http://pkgs.org/download/

下载 epel-release

 

即,

  1. Download the latest epel-release rpm from
    http://download.fedora.redhat.com/pub/epel/6/i386/
  2. Install epel-release rpm:
    # rpm -Uvh epel-release*rpm
  3. Install wine-common rpm package:
    # yum install wine-common

之后yum里有许多到东东哦,还有wine

 

2.安装完成后,可能会出现

process terminated with status 255
 

错误。这是由于没有安装xterm

 

yu

yum install xterm
 

你可能感兴趣的:(codeblocks)