Updated Release.txt and added build instructions (Instructions.txt)

This commit is contained in:
the_fiddler 2007-04-20 21:14:56 +00:00
parent cc05190a4d
commit 4a39396482
2 changed files with 20 additions and 16 deletions

5
Instructions.txt Normal file
View file

@ -0,0 +1,5 @@
This is a source distribution. There are two ways to build a release:
1) Install nant from (http://nant.sourceforge.net/) and execute Build-Mono.bat or Build-Net.bat (Windows) or build.sh (Unix).
2) Execute VS2005.bat or SharpDevelop2.bat (Windows) or MonoDevelop.sh (Unix) to create project files that can be opened and built with the corresponding IDE.

View file

@ -2,43 +2,42 @@
OpenTK 0.3.6 WIP alpha Release notes
IMPORTANT: This release is not only intended for testing and experimentation, NOT for development. Use at your own risk! (see below for the reasons)
IMPORTANT: This release is intended for testing and experimentation only. Use at your own risk!
--------------------------------------------------------------------------------
This is the first release to implement High-level OpenGL bindings. Highlights:
Highlights:
OpenTK.OpenGL (High level): DisplayList.
OpenTK.Examples: OpenGL.Basic.DisplayLists
* Supports the latest OpenGL extensions according to the released specs.
* Implements preliminary high-level support for display lists (DisplayList class)
* New example: OpenTK.Basic.DisplayLists
--------------------------------------------------------------------------------
For support, bug reports, feature requests and flames, please visit the OpenTK forums: http://opentk.sourceforge.net/forum
For support, bug reports, feature requests and flames, please visit the OpenTK site: http://opentk.sourceforge.net/
The latest version is always available at http://sourceforge.net/projects/opentk
For the bleeding edge code, do a svn checkout at https://svn.sourceforge.net/svnroot/opentk
For the bleeding edge code, checkout https://svn.sourceforge.net/svnroot/opentk
================================================================================
The version number for this release is
Major: 0
Minor: 3
Release: 6
Revision: 1
The version number for this release is:
0. 3. 6. 2
(major) (minor) (release) (revision)
The odd minor version number denotes that this is a WIP (Work In Progress). This means that the source and the public API (APplication Interface) changes rapidly from release to release.
The odd minor version number denotes that this is a WIP (Work In Progress). This means that the source and the public API (APplication Interface) may change rapidly from release to release.
This is an alpha release. This means it is not feature complete - more features are planned or are in currently in development. When all planned features are ready for testing, this package will move to the beta phase, were the focus will change to testing and bug-fixing.
Missing features include more fine-grained window and context management, several High-level OpenGL bindings and several other things. Also expect the naming scheme to change over the next few versions.
Missing features include more fine-grained window and context management, High-level OpenGL bindings and several other things. Also expect the naming scheme to change over the next few versions.
================================================================================
This package contains the source for:
OpenTK.OpenGL (0.3.6.1)
OpenTK.OpenGL.Bind (0.7.7.0)
OpenTK.Framework (0.3.3.1)
OpenTK.OpenGL (0.3.6.2)
OpenTK.OpenGL.Bind (0.9.0.3)
OpenTK.Framework (0.3.3.1)
OpenTK.Platform.Windows (0.1.1.0)
OpenTK.Platform.X11 (0.1.1.0)