]> git.sur5r.net Git - bacula/docs/commitdiff
Add build of wxconsole to rpm package.
authorScott Barninger <scott@barninger.com>
Sun, 16 Apr 2006 16:07:36 +0000 (16:07 +0000)
committerScott Barninger <scott@barninger.com>
Sun, 16 Apr 2006 16:07:36 +0000 (16:07 +0000)
docs/manual/rpm-faq.tex

index c07e3fcde74a10050895e2702cd4f7047fcc3655..9c2d33c8fdb2b5a09b030a54b56a1ee0896e2853 100644 (file)
@@ -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