wxwidgets/distrib/autopackage/sample
Vadim Zeitlin e43f913313 Remove all blank "Modified by:" lines from top comment blocks
Having this line is not useful at all as it doesn't contain any
information and shouldn't be filled in the future as git-shortlog can
provide the information about people who changed the given file more
more reliably than consulting the comments in any case.

Keep the non-blank lines for historical purposes.
2023-10-22 01:22:48 +02:00
..
autopackage Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
minimal.bkl Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
minimal.cpp Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
README

 A simple autopackaged wxWidgets application
 ==============================================================================

 This directory contains the minimal wxWidgets sample program, a bakefile,
 and an Autopackage spec file; this file shows you how to use them to create
 the release of a wxWidgets-based application for Linux.

 For more info about Autopackage refer to:
  http://autopackage.org

 A generic quick-start guide for non-wxWidgets based applications is at:
  http://autopackage.org/developer-quickstart.html


 Assuming you already have downloaded wxGTK port of wxWidgets, compiled it and
 installed it, you need to install Autopackage and bakefile.
 Search http://autopackage.org and http://bakefile.sourceforge.net for the download
 page and grab the latest release.

 Once you've got your development environment ready, just do from your shell:

    bakefile -f gnu minimal.bkl     # to create the GNUmakefile for our app
    makeinstaller                   # to create the Autopackage for our app

 Yes: it's so easy. Now try to run "package install wxminimal-1.0-1.x86.package' and
 admire your brand-new distro-neutral installer for Linux.