[ v1.3.2 | v1.3.1 | v1.3.0 | v1.1.10 | v1.0.11 | v1.3.x | v3.0.x | Subversion ]
Source Code
The FLTK software is available via Subversion. The current active development
branch is FLTK-1.3. This can be checked out of Subversion using the
following command:
http://seriss.com/public/fltk/fltk/branches/branch-1.3/
svn co http://seriss.com/public/fltk/fltk/branches/branch-1.3/ fltk-1.3
NOTE: If prompted for a username/password, just hit ENTER for both.
The previous experimental and now inactive branch is FLTK-2.0.
If you really need access, you can check this out using:
http://seriss.com/public/fltk/fltk/trunk
svn co http://seriss.com/public/fltk/fltk/trunk fltk-2.0
The newest development branch is FLTK-3.0. It is in pre-alpha stage, but already worth a look.
Contributions are gladly accepted. FTLK 3.0 can be checked out of Subversion using the
following command:
http://seriss.com/public/fltk/fltk/branches/branch-3.0/
svn co http://seriss.com/public/fltk/fltk/branches/branch-3.0/ fltk-3.0
For further explanation about the different versions of FLTK,
see the article 'What are the Versions of FLTK?'.
Developers with write access must use https instead
of http to commit changes. For more information on
using Subversion, see the Subversion Quick-Start Guide page.
|