Release packaging
From FIFE development wiki
Introduction
This article is dedicated to the packaging process for new releases.
Contents |
Source/Demos/Tools
Clean Source Archive
- Create a new file directory on your HDD following this naming scheme: fife_<RELEASE>. E.g. fife_0.3.0
- EXPORT (do _not_ CHECKOUT) the Subversion repository trunk to the fife_<RELEASE> directory.
- Move the fife_<RELEASE>/demos directory to another directory. You will pack need it later.
- Remove the docs/logo directory and the tests/fife_test directory (unused for now)
- Pack the fife_<RELEASE> directory as
fife_<RELEASE>.tar.gz (zip for windows)
Demos
- Pack the demos directory (you did save this didn't you?) as
fife_<RELEASE>_demos.tar.gz (zip for windows)