1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html lang=
"et" xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"et">
5 <meta http-equiv=
"CONTENT-TYPE" content=
"text/html; charset=utf-8" />
7 <meta name=
"Author" content=
"Enar Väikene" />
8 <meta name=
"description" content=
"eVaf -- C++ cross-platform application development framework using Qt" />
9 <meta name=
"keywords" content=
"evaf c++ application development framework" />
10 <link rel=
"StyleSheet" href=
"evaf.css" type=
"text/css" media=
"all" />
19 <p>eVaf is a C++ cross-platform application development framework using
<a href=
"http://qt.nokia.com/">Qt
</a>.
20 It can be used to build modular applications for Windows and Linux.
</p>
23 <li><a href=
"overview.html">eVaf overview
</a></li>
24 <li><a href=
"pswgen01.html">eVaf tutorial
</a></li>
25 <li><a href=
"/evaf.api">eVaf API documentation
</a></li>
26 <li><a href=
"/gitweb/gitweb.cgi?p=evaf;a=tree">eVaf sources
</a></li>
31 <p>The eVaf C++ application development framework is Copyright
© 2011 Enar Väikene.
</p>
33 <p>You may use, distribute and copy the eVaf C++ application development framework under the terms of
34 <a href=
"http://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License version
3</a>.
35 Commercial license is available upon request.
</p>
39 <p>Use git to clone the repository:
</p>
41 <pre><code>git clone http://www.vaikene.net/git/evaf
</code></pre>
43 <p>The repository can also be browsed
<a href=
"/gitweb/gitweb.cgi?p=evaf;a=tree">online
</a>.
</p>
45 <h2>Building eVaf
</h2>
47 <p>To build eVaf, you need:
</p>
50 <li>Qt version
4.7 or newer;
</li>
51 <li>CMake version
2.6 or newer.
</li>
54 <p>Run the following commands in the eVaf root directory.
</p>
58 <pre>evaf $
<code>mkdir build
</code>
59 evaf $
<code>cd build
</code>
60 evaf/build $
<code>cmake ..
</code>
61 evaf/build $
<code>make
</code></pre>
65 <pre>evaf
><code>mkdir build
</code>
66 evaf
><code>cd build
</code>
67 evaf\build
><code>cmake -G "NMake Makefiles"..
</code>
68 evaf\build
><code>nmake
</code></pre>
72 <pre>evaf
> <code>mkdir build
</code>
73 evaf
> <code>cd build
</code>
74 evaf\build
> <code>cmake ..
</code></pre>
76 <p>and then open the generated Visual Studio solution file.
</p>
78 <h2>Contact information
</h2>
80 <p>On any questions or requests, please contact
<a href=
"mailto:enar@vaikene.net">enar@vaikene.net
</a>.
<p>
82 <script type=
"text/javascript">
83 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
84 document.write(unescape("%
3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%
3E%
3C/script%
3E"));
86 <script type=
"text/javascript">
87 var pageTracker = _gat._getTracker("UA-
5064426-
1");
88 pageTracker._initData();
89 pageTracker._trackPageview();