eVaf is a C++ cross-platform application development framework using Qt. It can be used to build modular applications for Windows and Linux.
The eVaf C++ application development framework is Copyright © 2011 Enar Väikene.
You may use, distribute and copy the eVaf C++ application development framework under the terms of GNU General Public License version 3. Commercial license is available upon request.
Use git to clone the repository:
git clone http://www.vaikene.net/git/evaf
The repository can also be browsed online.
To build eVaf, you need:
Run the following commands in the eVaf root directory.
Linux:
evaf $mkdir build
evaf $cd build
evaf/build $cmake ..
evaf/build $make
Windows:
evaf>mkdir build
evaf>cd build
evaf\build>cmake -G "NMake Makefiles"..
evaf\build>nmake
or:
evaf>mkdir build
evaf>cd build
evaf\build>cmake ..
and then open the generated Visual Studio solution file.
On any questions or requests, please contact enar@vaikene.net.