Q-Games
Utilities
On this page I plan to list a few useful utilities that we have found or knocked up ourselves over the course of development. Please e-mail admin@q-games.com with any problems you encounter on this page.
1. Stand-alone web based Mercury POP3 password changer.
This is a Win32 Perl script that enables users of the Mercury mail server to change their POP3 password without the need to run Pegasus Mail (the mail client). This is useful if Pegasus Mail isn't your default mail client as it saves installing redundant software.
Requirements:
Apache configured to run cgi scripts.
Perl (Windows Version)
or Perl packaged with Cygwin
I have all those, let me download!
(Remember to change the first line of the file to point to your Perl
interpreter)
2. Peter Puck’s DirectX v8 libraries and includes
for GCC on win32. (mirrored/mirrored)
Requirements:
Cygwin or MinGW
I have all those, let me download!
3. RCS 5.7 distribution for cygwin.
Requirements:
Cygwin
I have all those, let me download!
Installation: (from a cygwin shell)
#> cd /usr/src
#> tar zxvf rcs-5.7-cygwin.tgz (
remember to add the path of your downloaded file )
#> cd rcs-5.7
#> ./configure
#> make
#> make install
You can now download and install applications such as viewcvs that use RCS.
Updated: