manifest/readme.md
2016-09-15 08:48:01 +02:00

589 B

Manifest section for ewol framework:

Get repo:

see: http://source.android.com/source/downloading.html#installing-repo Generic

mkdir ~/.bin
PATH=~/.bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
chmod a+x ~/.bin/repo

on archlinux:

pacman -S repo

On ubuntu/debian

sudo apt-get install repo

Create the tree:

mkdir framework
cd framework
repo init -u https://github.com/atria-soft/manifest.git
repo sync -j8
cd ..

Now all is done ...