Kouhei Sutou 2017-10-16 10:27:42 +0900 (Mon, 16 Oct 2017)
New Revision: c7f00908c145cc6047cad502c2aeaba04f9dbb09
https://github.com/ruby-gnome2/ruby-gnome2/commit/c7f00908c145cc6047cad502c2aeaba04f9dbb09
Message:
windows: install Meson
Modified files:
build/build-windows.sh
Modified: build/build-windows.sh (+3 -2)
===================================================================
--- build/build-windows.sh 2017-10-16 10:24:02 +0900 (97de44482)
+++ build/build-windows.sh 2017-10-16 10:27:42 +0900 (39368d11a)
@@ -59,7 +59,8 @@ if [ ! -f ~/setup.timestamp ]; then
mingw-w64 \
cmake \
valac \
- libmount-dev
+ libmount-dev \
+ python3-pip
# Enable me when WebKitGTK+ supports Windows.
# run sudo update-alternatives --set \
@@ -67,7 +68,7 @@ if [ ! -f ~/setup.timestamp ]; then
# run sudo update-alternatives --set \
# ${BUILD_HOST}-g++ /usr/bin/${BUILD_HOST}-g++-posix
- run sudo pip install jsmin
+ run sudo pip3 install jsmin meson ninja
run git clone file:///pkg-config/.git
run git clone file:///native-package-installer/.git
|