ウェブ開発の準備(2017/7/10)
Jul 10, 2017 · 2 min read
各種アカウント名
まず、前提として以下のアカウントを用いる
- GitHub → Akitsuyoshi
- Medium → Akitsuyoshi
次に必要ソフトウェアをダウンロードします。
Install software
以下、順不同
- Atom text editor
- Skitch
- Kap
- Xcode Command Line Tools
4のコマンドラインツールについては、gccを確認した際
akiyamatsuyoshi ~ $ gcc --versionConfigured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1Apple LLVM version 8.1.0 (clang-802.0.42)Target: x86_64-apple-darwin16.6.0Thread model: posixInstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/
ダウンロードされたことが確認できた。
