
MacOSX
sangoblin
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Building GDB for Darwin
Creating the binary for Darwin isn't very difficult. Download a release snapshot or get the current source via git/CVS/FTP, then configure and make as usual. Building the 7.0 release unfortun转载 2013-10-18 10:38:06 · 689 阅读 · 0 评论 -
brew install specific version of formula
Lets say we want to install (or downgrade to) node 0.6.19 instead of the newest version. If you already have node, uninstall current version with: $ brew uninstall node Then search for avail转载 2013-10-18 10:32:46 · 1262 阅读 · 0 评论 -
brew update gives Error: Failed to update tap: homebrew/dupes
解决方法: brew untap homebrew/dupes brew untap homebrew/versions brew prune brew tap homebrew/dupes brew tap homebrew/versions转载 2015-01-18 21:31:50 · 1768 阅读 · 0 评论 -
Mac环境Sublime text2解决中文乱码的问题
若已经安装,则直接跳转到第5步 按Ctrl+`调出console 粘贴以下代码到底部命令行并回车: import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else转载 2016-06-12 21:46:30 · 297 阅读 · 0 评论