build
E-json extract and build examples
All developpement software will start by getting the dependency and the sources.
Linux dependency packages
sudo apt-get install g++ zlib1g-dev
# if you want to compile with clang :
sudo apt-get install clang
Download instructions
Download the software :
# create a working directory path mkdir your_workspace_path cd your_workspace_path # clone ewol and all sub-library git clone http://github.com/HeeroYui/ewol.git cd ewol git submodule init git submodule update cd .. # download examples git clone http://github.com/HeeroYui/example.git
Note:
The full build tool documentation is availlable here : lutin
Common build instructions
Compile software in debug for the curent platform :
./ewol/build/lutin.py -mdebug ejson*