commit 9a7dacad497f675da805f83f787a0d73ce8b3025 Author: Edouard DUPIN Date: Wed May 6 21:04:49 2015 +0200 [DEV] create basic manifest diff --git a/default.xml b/default.xml new file mode 100644 index 0000000..4cf8f5c --- /dev/null +++ b/default.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..9e56d7f --- /dev/null +++ b/readme.md @@ -0,0 +1,24 @@ +Manifest section for music-DSP: +=============================== + +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/musicdsp/manifest.git + repo sync -j8 + + +Now all is done ...