[DEV] create basic manifest
This commit is contained in:
commit
9a7dacad49
22
default.xml
Normal file
22
default.xml
Normal 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
24
readme.md
Normal 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 ...
|
Loading…
x
Reference in New Issue
Block a user