[DEV] create basic manifest

This commit is contained in:
Edouard DUPIN 2015-05-06 21:04:49 +02:00
commit 9a7dacad49
2 changed files with 46 additions and 0 deletions

22
default.xml Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="origin"
fetch="https://github.com/"/>
<default revision="master" remote="origin"/>
<!--
name : repository name
path : installation path of the repository
-->
<project name="musicdsp/audio"/>
<project name="musicdsp/audio-algo-drain"/>
<project name="musicdsp/audio-algo-river"/>
<project name="musicdsp/audio-algo-speex"/>
<project name="musicdsp/audio-algo-chunkware"/>
<project name="musicdsp/audio-drain"/>
<project name="musicdsp/audio-river"/>
<project name="musicdsp/audio-orchestra"/>
<project name="musicdsp/portaudio"/>
<project name="musicdsp/speex"/>
<project name="musicdsp/speexdsp"/>
<project name="musicdsp/ogg"/>
</manifest>

24
readme.md Normal file
View File

@ -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 ...