gpt4 book ai didi

objective-c - 如何在 mac os x 中安装 OCLint

转载 作者:搜寻专家 更新时间:2023-10-30 19:50:22 25 4
gpt4 key购买 nike

我正在尝试在我的 Mac 上使用 MAC OS X mavericks 安装 OCLint其文档 here

*以下代码片段是终端启动时获取的 .bashrc 或 .bash_profile 文件的示例。*

OCLINT_HOME=/path/to/oclint-release
export PATH=$OCLINT_HOME/bin:$PATH

我怎样才能做到这一点?我是否需要创建 .bashrc 或 .bash_profile 文件,或添加到现有文件。我在哪里可以找到 .bashrc 或 .bash_profile 文件

最佳答案

使用 Homebrew 安装 Oclint 是一种快速且有用的解决方案。打开终端并首先安装自制软件:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

使用此命令安装 Oclint 0.11.1

brew install https://gist.github.com/TonyAnhTran/e1522b93853c5a456b74/raw/2f440240fe99634771a3f2353c0c53a43c2d0fb2/oclint.rb

在终端中创建 .bash_profile:

Type "cd ~/" to go to your home folder
Type "touch .bash_profile" to create your new file.
Edit .bash_profile with your favorite editor (or you can just type "open -e .bash_profile" to open it in TextEdit.
Type ". .bash_profile" to reload .bash_profile and update any functions you add.

2017 年 7 月 31 日更新:

安装前:

  • brew cask 卸载 oclint
  • 酿造水龙头 oclint/formulae
  • 酿造安装oclint

关于objective-c - 如何在 mac os x 中安装 OCLint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21368829/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com