文書の過去の版を表示しています。


homebrew

since 2017-05-20

macOS 10.12.5

ずっと MacPorts 派だったが、たまたま新しい環境を作りたくなって使ってみた。

  • App Store から Xcode をインストール
  • Terminal で git を叩くとコマンドラインツールを入れろと言われるので入れる
$ xcode-select --install

以下 ruby 2.4 と deploygate と cocoapods を入れる。

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

$ ruby -v
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
$ which gem
/usr/local/bin/gem
$ gem -v
2.0.14.1
$ sudo gem install deploygate
$ sudo gem install cocoapods

最初 /usr/bin/ruby で gem install しようとしたがうまくいかず、 ruby-lang.org からソースを落として make install したが openssl が入ってないと言われてうまくいかず。

rvm や rbenv はいらない気がした。

jenkins

since 2017-05-21

http://qiita.com/nnsnodnb/items/5dd3f024d78ca302ec23

http://qiita.com/MilanistaDev/items/900887b256dad1398914

$ brew cask install java
$ brew install jenkins
Note: When using launchctl the port will be 8080.

To have launchd start jenkins now and restart at login:
  brew services start jenkins
Or, if you don't want/need a background service you can just run:
  jenkins

xcode plugin

http://grandbig.github.io/blog/2016/06/18/ios-jenkins/

cpputest

https://cpputest.github.io/

$ brew install cpputest

python 2.7.13

$ brew install python

pyhon 3.6.1

$ brew install python3

MacPorts から移行

homebrew.1510908519.txt.gz · 最終更新: 2017/11/17 17:48 by Takuya Nishimoto
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0