Edouard DUPIN deecce39b9 [DEV] remove agg and add cxx
- agg is no more needed by esvg
- cxx is the LLVM generic c++ lib (BSD-like)remove GPL-v3 dependency of the std-c++ lib
2016-01-08 10:28:39 +01:00
2016-01-08 10:28:39 +01:00
2015-06-15 16:45:50 +02:00

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 framework
cd framework
repo init -u https://github.com/atria-soft/manifest.git
repo sync -j8
cd ..

Now all is done ...

Description
No description provided
Readme 50 KiB