commit e1274090889e9007a08f5e11dddd838ffc6a0143 Author: Edouard DUPIN Date: Wed May 6 15:32:09 2015 +0200 [DEV] create basic manifest diff --git a/default.xml b/default.xml new file mode 100644 index 0000000..11e950b --- /dev/null +++ b/default.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7198903 --- /dev/null +++ b/readme.md @@ -0,0 +1,24 @@ +Manifest section for ewol framework: +==================================== + +Get repo: +--------- + + see: http://source.android.com/source/downloading.html#installing-repo + + mkdir ~/.bin + PATH=~/.bin:$PATH + curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo + chmod a+x ~/.bin/repo + + +Create the tree: +---------------- + + mkdir WORKING_DIRECTORY + cd WORKING_DIRECTORY + repo init -u https://github.com/HeeroYui/manifest.git + repo sync -j8 + + +Now all is done ...