http://www.macports.org/install.php
Mac OS X Package (.pkg) Installer
The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for Snow Leopard, Leopard or Tiger and running the system's Installer by double-clicking on the pkg contained therein,
following the on-screen instructions until completion.
This procedure will place a fully-functional and default MacPorts installation on your host system, ready for usage.
If needed your shell configuration files will be adapted by
the installer to include the necessary settings to run MacPorts and the programs it installs, but you may need to
open a new shell for these changes to take effect.
The MacPorts “selfupdate” command will also be run for you by the installer to ensure you have our
latest available release and the latest revisions to the “Portfiles” that contain the instructions employed
in the building and installation of ports. After installation is done, it is recommended that you run this step manually
on a regular basis to to keep your MacPorts system always current:
sudo port -v selfupdate
sudo port -d selfupdate
At this point you should be ready to enjoy MacPorts!
Type “man port” at the command line prompt and/or browse over to our Guide to find out more information about using MacPorts. Help is also available.
http://guide.macports.org/#installing.macports
If you are using Mac OS X, you should install MacPorts using the Mac OS X package installer unless you do not wish to install it to
/opt/local/
, the default MacPorts location, or if you wish to install a pre-release version of MacPorts base. However, if you wish to
install multiple copies of MacPorts
or install MacPorts on another OS platform, you must
install MacPorts from the source code
.
Note
Though a distinction is made between pre-release and release versions of MacPorts base, the ports collection supports no such distinction or versioning. The
selfupdate
command installs the latest port revisions from subversion (at a slight delay), and updates MacPorts base to the latest released version.
The Mac OS X package installer automatically installs MacPorts,
sets the shell environment
, and runs a
selfupdate
operation to update the ports tree and MacPorts base with the latest release.
-
Download the latest
MacPorts-1.x.x.dmg
disk image (whose name does not contain -beta or -rc) from the
MacPorts download directory
.
-
Double-click the
MacPorts-1.x.x.pkg
package installer on the disk image.
-
Perform the default
“easy
”
install.
http://distfiles.macports.org/MacPorts/
MacPorts-1.9.2-10.6-SnowLeopard.dmg
ubuntu与mac下实现同一功能的软件包名称有所差异
sudo apt-get install libncurses5-dev libreadline5-dev
correct
sudo port install libncurses5-dev libreadline5-dev
Error: Port libncurses5-dev not found
分享到:
相关推荐
这里的`selfupdate`命令用于确保MacPorts本身是最新的,而`install`命令则用于安装指定的port,即macports-kde。安装过程可能需要一些时间,因为这会下载并编译所有必要的依赖项。 macports-kde存储库中的子文件...
官网地址是:https://www.macports.org/install.php,该MacPorts是2.3.3版本的,适用于OS X 10.10系统
### MacPorts手册知识点详解 #### 一、引言与概述 **MacPorts**是一个用于编译、安装和管理开源软件的高效系统。该系统由两大部分组成:基础设施(即MacPorts基础)和可用的端口集(ports)。一个**端口**是指包含...
MacPorts的用户可以通过简单的命令行指令,如`port install`,来执行这些Portfiles,从而自动完成整个安装过程,无需手动下载源代码、配置、编译和解决依赖关系。 在MacPorts中,软件包被组织成不同的类别,称为...
4. 随后运行`make install`,这会将`concurrentlua`安装到MacPorts的默认路径,使得系统能够全局访问。 安装完成后,你可以在你的Lua脚本中导入`concurrentlua`库,开始编写并发程序。例如,你可以创建协程...
`sudo port install software_name`安装指定的软件包。 8. **清理缓存**: `sudo port clean --all software_name`清除安装过程中产生的临时文件,或解决下载问题。 9. **卸载软件**: - `sudo port uninstall ...
MacPorts是一个强大的开源工具,它为Mac OS X用户提供了管理和安装开源软件的便捷途径。MacPorts项目维护着一个丰富的软件仓库,其中包含了数千个预编译的开源软件包,覆盖了开发工具、科学计算、图形界面应用等多个...
1. **安装**:用户可以通过简单的命令行指令,如`port install <package_name>`来安装所需的软件包。MacPorts会自动处理所有必要的下载、编译和安装步骤,同时解决软件之间的依赖关系。 2. **更新**:使用`port ...
在终端中,输入sudo port install 诊断问题 尝试sudo port diagnose 查看“和“以查看是否提到了您的问题,然后以查看是否有未解决的故障单。 在我们的邮件列表或通过IRC上获得更多帮助: : 文献资料 见man ...
欢迎使用MacPorts Webapp。 这个想法是创建一个最终的Web应用程序,以显示有关特定端口的这些信息(例如: : ): 港口信息 所有端口信息将存储在端口表中。 构建历史/摘要 尽可能存储所有历史记录。 安装统计 ...
可复制的macports 这个简单的包装程序使复制性,并适合用作更广泛的git树的一部分,因此...# Install reproducible-macports git submodule add https://github.com/raphaelcohn/reproducible-macports.git ./reproduc
你可以从http://www.macports.org/install.php获取并安装。 d) 安装完成后,打开终端,输入`sudo port -v selfupdate`以更新MacPorts。 e) 接下来,执行`sudo port install subversion-javahlbindings`。这个过程...
要使用这个小部件,你需要先安装必要的构建工具(如 Node.js 和 npm),然后在项目根目录运行 `npm install` 来下载依赖。接着,可以运行指定的构建脚本来编译 CoffeeScript 代码。完成这些步骤后,你可以根据 ...
我的MacPorts存储库 设置 1.获取 git clone https://github.com/rsky/my-macports.git 2.编制索引 cd my-macports/ports && portindex 3.激活 要激活此端口存储库,请在/opt/local/etc/... sudo port -s install peg
macports.github.io 该存储库包含可从获得的新闻文章。在本地测试更改在推送之前,您应该在本地测试对网站的任何更改。 在终端中, cd到克隆的根目录。安装Ruby,bundler和GitHub Pages gem 确保您拥有Ruby 2.2.2或...
mac ports as a tools like apt-get install
可以使用 MacPorts 安装 libusb,输入命令 `sudo port install libusb +universal`。 OpenNI-Bin-Dev-MacOSX-v1.5.4.0 OpenNI 是一个开源的自然用户界面(NUI) Framework,用于开发自然用户界面应用程序。OpenNI-...
使用 macports.org sudo port unixODBC 使用 brew brew install unixODBC 在 FreeBSD 上从端口cd /usr/ports/databases/unixODBC; make install cd /usr/ports/databases/unixODBC; make install 在 IBM i yum ...
马克西斯 用于makensis的Node包装器,用于NSIS安装程序的编译器。 同时支持native和 。 先决条件 ...# MacPorts $ port install nsis 葡萄酒 您可以在Wine环境中设置NSIS,但请记住,Wine在执行mak