This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-14. For the latest, interactive version please visit https://mariadb.com/kb/.

Creare il tarball binario

Come generare i file tar.gz binari per Linux.

MariaDB 5.3 e più vecchi

  • Si usi make_binary_distribution per generare un file tar binario:
cd mariadb-source
./scripts/make_binary_distribution

In questo modo si crea un file sorgente che ha un nome stile mariadb-5.3.2-MariaDB-beta-linux-x86_64.tar.gz nella directory corrente.

Un'altra possibilità è creare i bakery script. In questo caso non occorre compilare prima MariaDB.

cd $PACKAGING_WORK
bakery/preheat.sh
cd bakery_{number}
bakery/tarbake51.sh last:1 $MARIA_WORK
bakery/autobake51-bintar.sh mariadb-{version_num}-maria-beta-ourdelta{number}.tar.gz

MariaDB 5.5 e più recenti

Se i binari sono già compilati, è possibile generare un tarball binario in questo modo:

make package
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.