欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
MacOS
来自开放百科 - 灰狐
(版本间的差异)
小 (→Port) |
小 (→Port) |
||
第8行: | 第8行: | ||
./configure && make && sudo make install | ./configure && make && sudo make install | ||
add /opt/local/bin to your PATH | add /opt/local/bin to your PATH | ||
+ | vim /etc/profile | ||
+ | export PATH=/opt/local/bin:$PATH | ||
sudo port -v selfupdate | sudo port -v selfupdate | ||
2012年2月9日 (四) 07:14的版本
您可以在Wikipedia上了解到此条目的英文信息 MacOS Thanks, Wikipedia. |
Mac OS X 是苹果公司(原苹果电脑公司)为麦金塔电脑开发的专属操作系统Mac OS的最新版本。Mac OS X于2001年首次在市场上推出,并从2002年起随麦金塔电脑发售。它是一套Unix基础的操作系统,包含两个主要的部份:核心名为Darwin,是以FreeBSD源代码和Mach微核心为基础,由苹果公司和独立开发者社区协力开发;及一个由苹果电脑开发,名为Aqua之专有版权的图形用户界面。
目录 |
Port
安装 MacPorts
cd MacPorts-2.0.3 ./configure && make && sudo make install add /opt/local/bin to your PATH vim /etc/profile export PATH=/opt/local/bin:$PATH sudo port -v selfupdate
Web Server
Nginx
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.21.zip ./config --prefix=/usr/local make sudo make install wget http://nginx.org/download/nginx-1.0.10.tar.gz ./config --prefix=/usr/local --with-http_ssl_module make sudo make install cd /usr/local/sbin sudo ./nginx
Apache
cd /usr/sbin sudo httpd -k start
Database
PostgreSQL
MySQL
NoSQL
Java
Oracle JDK7 Mac OS X Port Developer Preview Release
vi /etc/profile
JAVA_HOME=/Library/Java/JavaVirtualMachines/JDK 1.7.0 Developer Preview.jdk/Contents/Home export JAVA_HOME
链接
<discussion>characters_max=300</discussion>
分享您的观点