107 lines
4.0 KiB
HTML
107 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
|
|
|
|
<title>Ewol by HeeroYui</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<div class="container">
|
|
<h1>Ewol</h1>
|
|
<h2>(BSD v3) OpenGL widget abstraction for application and game (Linux/Android/Windows TODO: Mac/IPhone/Bada) </h2>
|
|
|
|
<section id="downloads">
|
|
<a href="https://github.com/HeeroYui/ewol/zipball/master" class="btn">Download as .zip</a>
|
|
<a href="https://github.com/HeeroYui/ewol/tarball/master" class="btn">Download as .tar.gz</a>
|
|
<a href="https://github.com/HeeroYui/ewol" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
|
</section>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="container">
|
|
<section id="main_content">
|
|
<h1>
|
|
<a name="ewol" class="anchor" href="#ewol"><span class="octicon octicon-link"></span></a>Ewol</h1>
|
|
|
|
<p><code>Ewol</code> (Edn Widget OpenGl Layer) is a FREE software.</p>
|
|
|
|
<h1>
|
|
<a name="instructions" class="anchor" href="#instructions"><span class="octicon octicon-link"></span></a>Instructions</h1>
|
|
|
|
<p>download the software :</p>
|
|
|
|
<pre><code>git clone git://github.com/HeeroYui/ewol.git
|
|
cd ewol
|
|
git submodule init
|
|
git submodule update
|
|
</code></pre>
|
|
|
|
<p>Compile software and install :</p>
|
|
|
|
<pre><code>For this you might use a project that create binaries or something else ...
|
|
Show http://github.com/HeeroYui/edn project
|
|
</code></pre>
|
|
|
|
<h1>
|
|
<a name="dependency-packages" class="anchor" href="#dependency-packages"><span class="octicon octicon-link"></span></a>Dependency packages</h1>
|
|
|
|
<pre><code>sudo apt-get install g++ libgl1-mesa-dev zlib1g-dev libasound2-dev
|
|
# if you want to compile with clang :
|
|
sudo apt-get install clang
|
|
# For andoid compilation (jdk 7 does not work...)
|
|
sudo apt-get install javacc openjdk-6-jdk
|
|
# if you want to compile for windows :
|
|
sudo apt-get install mingw32
|
|
# on 64 bits processor for compatibility
|
|
sudo apt-get install ia32-libs
|
|
</code></pre>
|
|
|
|
<h1>
|
|
<a name="copyright-c" class="anchor" href="#copyright-c"><span class="octicon octicon-link"></span></a>Copyright (c)</h1>
|
|
|
|
<p>2011, Edouard DUPIN</p>
|
|
|
|
<h1>
|
|
<a name="license-dsb" class="anchor" href="#license-dsb"><span class="octicon octicon-link"></span></a>License (DSB)</h1>
|
|
|
|
<p>Note : only for etk and EWOL</p>
|
|
|
|
<p>Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions
|
|
are met:</p>
|
|
|
|
<ol>
|
|
<li><p>Redistributions of source code must retain the above copyright
|
|
notice, this list of conditions and the following disclaimer.</p></li>
|
|
<li><p>Redistributions in binary form must reproduce the above copyright
|
|
notice, this list of conditions and the following disclaimer in
|
|
the documentation and/or other materials provided with the
|
|
distribution.</p></li>
|
|
<li><p>The name of the author may not be used to endorse or promote
|
|
products derived from this software without specific prior
|
|
written permission.</p></li>
|
|
</ol><p>THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
|
|
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
|
|
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
POSSIBILITY OF SUCH DAMAGE.</p>
|
|
</section>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |