From: Scott Barninger Date: Sun, 16 Apr 2006 16:07:36 +0000 (+0000) Subject: Add build of wxconsole to rpm package. X-Git-Tag: Release-2.0.0~952 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=07c9f7a619b626bca5f6065d6095b794972df55e;p=bacula%2Fdocs Add build of wxconsole to rpm package. --- diff --git a/docs/manual/rpm-faq.tex b/docs/manual/rpm-faq.tex index c07e3fcd..9c2d33c8 100644 --- a/docs/manual/rpm-faq.tex +++ b/docs/manual/rpm-faq.tex @@ -216,42 +216,42 @@ For 64 bit support add '--define "build_x86_64 1"' The spec file currently supports building on the following platforms: \footnotesize \begin{verbatim} -# RedHat builds +RedHat builds --define "build_rh7 1" --define "build_rh8 1" --define "build_rh9 1" -# Fedora Core build +Fedora Core build --define "build_fc1 1" --define "build_fc3 1" --define "build_fc4 1" -# Whitebox Enterprise build +Whitebox Enterprise build --define "build_wb3 1" -# RedHat Enterprise builds +RedHat Enterprise builds --define "build_rhel3 1" --define "build_rhel4 1" -# CentOS build +CentOS build --define "build_centos3 1" --define "build_centos4 1" -# SuSE build +SuSE build --define "build_su9 1" --define "build_su10 1" -# Mandrake 10.x build +Mandrake 10.x build --define "build_mdk 1" -# Mandriva build +Mandriva build --define "build_mdv 1" MySQL support: -# for mysql 3.23.x support define this +for mysql 3.23.x support define this --define "build_mysql 1" -# if using mysql 4.x define this -# currently: Mandrake 10.x, SuSE 9.x & 10.x, FC4 & RHEL4 +if using mysql 4.x define this, +currently: Mandrake 10.x, SuSE 9.x & 10.x, FC4 & RHEL4 --define "build_mysql4 1" PostgreSQL support: @@ -266,6 +266,10 @@ X86-64 support: Supress build of gnome console: --define "nobuild_gconsole 1" +Build the WXWindows console: +requires wxGTK >= 2.6 +--define "build_wxconsole 1" + \end{verbatim} \normalsize