One can choose a download from the list of files at http://sf.net/projects/hogs/
. Binary (executable) files are of the following format:
hogs-RELEASE-PLATFORM.EXTENSION
.
For example, release on a Mac is called
hogs-1.00-mac.zip
. You generally will want the most reason release for whatever platform you're running on.
Since the compiled code is Java (which is generally portable across platforms), the only real difference between the packages is the form of installation.
mac
MacOSX
win
WinXP
deb
Debian GNU/Linux package
nix
GNU/Linux, but should work on most other *nix's.
There are also a few ``pseudo-platforms'' which are not architecture-dependent, but contain different sets of files. The instructions for the Connectivity Tools can be found in the developer documentation at http://hogs.sf.net/docs.php
. There are no instructions for the raw files and source code.
con
Connectivity tools only (portable jar file)
raw
Raw files (no installer)
src
Source code only
C:\Program Files
).
C:\Program Files\Hogs\
) to create shortcuts in the Start Menu.
To uninstall, simply delete the shortcuts and the files in C:\Program Files
.
The Debian package is as standard for that system.
root
(or using sudo
), run dpkg -i hogs-X.YY-deb.deb
(use the actual filename of the download).
To uninstall, simply use apt-get remove hogs
, or your preferred method of removing standard Debian packages.
tar -xjvf hogs-X.YY-nix.tar.bz2
to create a hogs-X.YY
directory.
./install.sh [PREFIX]
. The PREFIX
argument is optional, and defaults to /usr/local
. Hogs installs files in the bin
, lib
, and share
directories underneath the prefix.
To uninstall, simply run PREFIX/bin/uninstall_hogs
to remove all the files.
Hogs Project 2005-05-15