README 1.1 KB

1234567891011121314151617181920212223242526272829
  1. A simple autopackaged wxWidgets application
  2. ==============================================================================
  3. This directory contains the minimal wxWidgets sample program, a bakefile,
  4. and an Autopackage spec file; this file shows you how to use them to create
  5. the release of a wxWidgets-based application for Linux.
  6. For more info about Autopackage refer to:
  7. http://autopackage.org
  8. A generic quick-start guide for non-wxWidgets based applications is at:
  9. http://autopackage.org/developer-quickstart.html
  10. Assuming you already have downloaded wxGTK port of wxWidgets, compiled it and
  11. installed it, you need to install Autopackage and bakefile.
  12. Search http://autopackage.org and http://bakefile.sourceforge.net for the download
  13. page and grab the latest release.
  14. Once you've got your development environment ready, just do from your shell:
  15. bakefile -f gnu minimal.bkl # to create the GNUmakefile for our app
  16. makeinstaller # to create the Autopackage for our app
  17. Yes: it's so easy. Now try to run "package install wxminimal-1.0-1.x86.package' and
  18. admire your brand-new distro-neutral installer for Linux.