openbsd 安装Ports

2009-05-13 08:13:54来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


                Ports的安装被设置成简单的make和make install了。下面就是怎么安装X11 程序xfig 的例子。你会注意到依赖包被自动发现并完成下载安装。
首先你需要cd到你安装的程序的目录。如果你查找某程序,你也可以更新你的locate database或者使用上面提到的search功能。一旦你进入了安装程序所在的目录,你只要输入make
install,如:
  
    $ sudo make install
      ===> Checking files for xfig-3.2.4
>> xfig.3.2.4.full.tar.gz doesn't
      seem to exist on this system.
>> Attempting to fetch /usr/ports/distfiles/xfig.3.2.4.full.tar.gz
      from http://w
      ww.xfig.org/xfigdist/.
      100% |**************************************************| 5042 KB 00:31

      >> Checksum OK for xfig.3.2.4.full.tar.gz. (sha1)
      ===> xfig-3.2.4 depends on: jpeg.62 - jpeg.62 missing...
      ===> Verifying install for jpeg.62 in graphics/jpeg
      ===> Checking files for jpeg-6b
>> jpegsrc.v6b.tar.gz doesn't seem to
      exist on this system.
>> Attempting to fetch /usr/ports/distfiles/jpegsrc.v6b.tar.gz
      from ftp://ftp.uu
      .net/graphics/jpeg/.
      'EPSV': command not understood.
      100% |**************************************************| 598 KB 00:06

      >> Checksum OK for jpegsrc.v6b.tar.gz. (sha1)
      ===> Extracting for jpeg-6b
      ===> Patching for jpeg-6b
      ===> Configuring for jpeg-6b
      checking for gcc... cc
      checking whether the C compiler (cc -O2 ) works... yes
      checking whether the C compiler (cc -O2 ) is a cross-compiler... no
      checking whether we are using GNU C... yes
      [...snip...]

  
  
    $ pwd
      /usr/ports/net/mtr
      $ make show=FLAVORS
      no_x11
      $ env FLAVOR="no_x11" make
      ===> mtr-0.49-no_x11 depends on: gmake-3.80 - not found
      ===> Verifying install for gmake-3.80 in devel/gmake
      ===> Checking files for gmake-3.80
>> make-3.80.tar.gz doesn't seem
      to exist on this system.
>> Attempting to fetch /usr/ports/distfiles/make-3.80.tar.gz

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:openbsd 忘了root口令

下一篇:openbsd 安装bash