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