Skip to content

Instantly share code, notes, and snippets.

@yuryu
Last active August 7, 2019 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuryu/11b479dbe32f7789e766a5f7461f806e to your computer and use it in GitHub Desktop.
Save yuryu/11b479dbe32f7789e766a5f7461f806e to your computer and use it in GitHub Desktop.
GTUG Girls Bazel 事前準備

下記の事前準備を行っておくと当日スムーズです。わからないことがあれば当日一緒に解決しましょう!

Mac

Mac の方は Xcode をインストールしていなければインストールしましょう。(特にダウンロードに時間がかかるので、最低限ダウンロードはしておいていただけると助かります!)

ダウンロード: https://developer.apple.com/download/release/

インストールしたら、コマンドラインユーティリティを有効にします。下記のコマンドをターミナルで実行します。

sudo xcodebuild -license accept

Windows

Visual Studio Prerequisite をインストールします。

ダウンロード: https://www.microsoft.com/en-us/download/details.aspx?id=48145

MSYS2 をインストールします。

ダウンロード: https://www.msys2.org

MSYS2 のターミナルを開き、下記のコマンドを実行します。

pacman -S zip unzip patch diffutils git

Linux

下記のコマンドを実行して、前提となるパッケージをインストールします。

Ubuntu

sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python3

それ以外

もしいたら都度対応します!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment