Monday, January 25, 2010

Skeinforce Newsletter - January 2010

The Skeinforce GUI has recently been finished and unit tested OK on Mac (except the Help file.) I now focus on building the static version of the application on Mac.

The Qt SDK installation and QtCreator that comes with it bind your application to use Qt framework's dynamic link libraries.

Whereas I would like my users to install Skeinforce with a single click and without installing the Qt framework or any other library. Therefore I am now building Qt statically.

Things to do:
  • Build stand alone static version of Skeinforce and test on a Mac without Qt installed.
  • Scan source files, add licensing info and doxygen comments.
  • Write the help file and integrate into Skeinforce online help
  • Lock the release branch with label 1.0 and zip the source code.
  • Port the whole thing to Windows
  • Update website, upload the product, documentation, and source code.
  • Launch 1.0 and start learning.

No comments:

Post a Comment