Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
By default Visualization Library is distributed with a license certificate and license signature that allows you to use Visualization Library under the GNU GPL version 3.0 license. If you would like to develop proprietary and commercial applications you need a Professional Edition License.
You can find the default license certificate (license_certificate_gpl3.vlc) and license signature (license_signature.vls) in the root directory of Visualization Library distribution.
If you own a Professional Edition License locate the LicenseSignatures field at the end of your license certificate and substitute with it the default license signature "VLLS:A85397342177565495" contained in the license_signature.vls file. This way you will be able to develop and distribute your programs according to the Visualization Library Professional Edition License terms. Please read carefully the comments included in the license_signature.vls file.
You are now ready to compile and use Visualization Library!
Note that CMake supports many other platforms and operating systems as well, in which you can probably also run Visualization Library.
Please visit http://www.cmake.org to download the latest 2.6.x CMake distribution for your operating system.
In order to compile Visualization Library with CMake you have to understand a few simple concepts that remain valid for all the platforms. When building Visualization Library you will need 3 directories:
Run CMake, select the source directory and the build directory, then press the Configure button:
Select your building environment and press the Finish button:
The basic build environment is ready:
Variables overview:
make install under Unix-like environments or build the INSTALL project under Visual Studio.
Press the Configure button, you should see something similar to:
If you would like to reset your configuration go to the menu File -> Delete Cache.
To finalize and generate the building environment press Generate. Now you can close CMake and go to the specified build directory. If you are using a Unix-like environment you can simply type make then make install. If you are using Visual Studio you just need to double click on the VisualizationLibrarySDK.sln file and build the BUILD_ALL project and then the INSTALL project.
You are now ready to use Visualization Library!