build mojo
Last updated
Was this helpful?
Last updated
Was this helpful?
Mojo application is exeutable multiplatform Linux and android ..etc.
This is memo when I tried to install into ubuntu on vmware fusion.
ubuntu-ja-14.04-desktop-amd64.iso(ISOイメージ) (md5sum: f5edb84f00b9fcd1d059f04901eea7c5)
date
2015/10/16
vmware setting
maybe, need storage 40GB
assign 2core and 4GB MEMORY
sudo apt-get install git
sudo apt-get install curl
sudo apt-get install emacs
export PATH=`pwd`/depot_tools:"$PATH"
fetch mojo --target_os=android
cd src
./build/install-build-deps.sh
mojo/tools/mojob.py gn
ninja -C out/Debug -j 10
out/Debug/mojo_shell mojo:spinning_cube
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
mojo/tools/mojob.py gn --android
mojo/tools/mojob.py build --android
source build/android/envsetup.sh
export PATH="$PATH":$MOJO_DIR/src/third_party/android_tools/sdk/platform-tools
sudo netstat -lpn |grep :80
sudo kill xxxx
adb kill-server
git clone
mojo/devtools/common/mojo_run --android