先人に感謝
Ubuntu で OS のシステム更新を行うときは, 端末で,次のコマンドを実行.
sudo apt update sudo apt -yV upgrade sudo /sbin/shutdown -r now
端末で,次のコマンドを実行.
sudo apt -yV install curl
端末で,次のコマンドを実行.
sudo apt -yV install build-essential gcc g++ make
https://docs.bazel.build/versions/master/install-ubuntu.html を開く
echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add - sudo apt update sudo apt -yV install bazel
https://docs.bazel.build/versions/master/getting-started.html に記載の手順で動作チェック
touch WORKSPACE
genrule( name = "hello", outs = ["hello_world.txt"], cmd = "echo Hello World > $@", )
bazel build :hello
本サイトは金子邦彦研究室のWebページです.サイトマップは,サイトマップのページをご覧下さい. 本サイト内の検索は,サイト内検索のページをご利用下さい.
問い合わせ先: 金子邦彦(かねこ くにひこ) ![]()