-
Notifications
You must be signed in to change notification settings - Fork 13
HowToMakeARelease
Klaas van Gend edited this page Sep 12, 2015
·
3 revisions
This page will discuss how to build a release. Please bear us, we'll update this page while preparing the Milestone A release.
Linux: just type:
make clean
pushd i18n
./tbe_levels_i18n.sh
popd
make
make package
This should result in 4 packages in the build
directory:
-
.deb
<- for Debian and Ubuntu systems -
.rpm
<- for Fedora, Red Hat, CentOS, Opensuse and Suse systems -
.sh
<- for local installation (e.g. in your home directory) self-extracting archive -
.tar.gz
<- tarball for local installation (e.g. in your home directory)
For Mageia Linux, please refer to their package repository: it's in there!!!
todo
todo