The wxRegatta scoring program has been written to run on Linux as well. The
program is distributed as a binary RPM file that should work on SUSE
Linux 10.1. A Source RPM File (SRPM) is provided for those on other Linux
distributions that wish to compile the source. The program has been
tested with the PostgreSQL and MySQL databases on Linux. Sample scripts
are provided by the install to build the databases for either of these
environments.
The program requires a couple of external libraries besides wxWidgets. 1)
Install Xerces-C version 2.6 or above and libtidy. Xerces provides the XML
processing, and libtidy allows processing a web page via Document Object Model
(DOM).
RPM(s) needed to install & execute wxRegatta:
| RPM File | Description |
| wxRegatta-2.3-1.x86_64.rpm | This is the 64bit version of wxRegatta application for Linux compiled on a SUSE 10.1. |
| wxRegatta-2.3-1.i586.rpm | This is the 32-bit version for linux compile on SuSE Linux 11.1. |
| The RPMs below are needed to either execute wxRegatta on Linux. These binaries were built on SUSE 10.1. You can go to the individual sites and download newer versions or versions specific to your Linux distribution. These rpms are provided here as a convince. | |
|
wx-base-ansi-2.8.10-10.x86_64.rpm wx-gtk2-ansi-2.8.10-10.x86_64.rpm wx-gtk2-ansi-gl-2.8.10-10.x86_64.rpm wx-i18n-2.8.10-10.x86_64.rpm |
This binary rpm provides the wxWidgets (wxWindows) runtime environment for the GTK+ version of the application. It is the base 2.8.10 release of wxWidgets that includes ODBC support. |
|
wx-base-ansi-2.8.10-10.i586.rpm wx-qtk2-ansi-2.8.10-10.i586.rpm wx-gtk2-ansi-ql-2.8.10-10.i586.rpm wx-i18n-2.8.10-10.i586.rpm |
These binary rpms provide the wxWidgets (wxWindows) runtime environment for 32-bit linux. These were complied on OpenSUSE 11.1 and include the ODBC options. |
RPM(s) needed to compile & build wxRegatta:
Note: You will need some of binaries listed above in order to execute wxRegatta.
| RPM File | Description |
|
wx-base-ansi-devel-2.8.10-10.x86_64.rpm wx-gtk2-ansi-devel-2.8.10-10.x86_64.rpm |
This is the wxWidgets (wxWIndows) compile time environment for the 64-bit GTK version. It is needed if you intend to compile wxWindows applications on your machine. It will be needed if you are installing the SRPMS for wxRegatta. |
|
wx-base-ansi-devel-2.8.10-10.i586.rpm wx-gtk2-ansi-devel-2.8.10-10.i586.rpm |
This is the wxWidgets (wxWindows) compile time envrionment for the 32-bit GTK version. It is need if your machine is 32-bit and you will compile a wxWindows application. |
| wxRegatta-2.3-2.src.rpm |
This is the source only RPM file to build the wxRegatta application. You must
have already have installed the wxGTK environment before attempting to build a
binary rpm for this application as it requires wxGTK-devel to be installed
before the build. Change into your SPECS directory and issue the following command: rpmbuild -bb wxRegatta-2.3.spec Then change into the ../RPMS/i386 directory and install your binary RPM as described above. |
You should install the wxGTK binaries first