Chinaunix首页 | 论坛 | 博客
  • 博客访问: 891369
  • 博文数量: 96
  • 博客积分: 10681
  • 博客等级: 上将
  • 技术积分: 2449
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-16 17:52
文章分类

全部博文(96)

文章存档

2011年(30)

2009年(36)

2008年(30)

分类: BSD

2011-05-12 18:34:45

Using FreeBSD ports means compiling software by executing make install clean. This is great since it automatically fetches the dependencies then compile them.
using make install clean, most of the packages have configuration options in which I have to manually choose the options. So if I install packageA with a lot of dependencies, those dependencies may have each a configuration option in which I have to select.
To select default Configuration i know 3 options that you can make use :
1.
For csh-based Shell:
# setenv BATCH yes
OR for sh-based Shell:
# export BATCH=”yes”

2.
# make -DBATCH install clean

3.
# make config-recursive

usually to get all of the options displayed for you to choose upfront. I say “usually” because not all ports support it, but most do.


原文地址:

阅读(3690) | 评论(0) | 转发(0) |
0

上一篇:Root Pane Container(四)

下一篇:没有了

给主人留下些什么吧!~~