Scenic Graphics Library LICENSE Copyright 2006 - 2007 Jouni Tulkki (jouni.tulkki@gmail.com) Unless otherwise mentioned, this library is licensed under the GNU Library (Lesser) General Public License 2.1 (LGPL 2). A copy of the license can be found in file lgpl.txt. Some parts of this library are licensed under Apache License. You may obtain the Apache License from: http://www.apache.org/licenses/LICENSE-2.0 BUILDING SCENIC To build Scenic do the following: 1. Build the Java code Build the Java code buy running ant in the project directory. 2. Build the native code On Windows: You need Visual C++ 6.0 or higher to build the code. The Visual C++ workspace and project is in src\native\DirectX directory. On Linux: run make in src/native/X_OpenGL directory.