Introduction
News
Features
FAQ
Downloads
Development
Mailing lists
Screen shots
Manual
Authors
Acknowledgments
License
Links
Ogle

FreeBSD installation instructions

This page courtesy of Mário Sérgio Fujikawa Ferreira

To install Ogle in FreeBSD, one can use the FreeBSD Ports Collection. You need:

  1. Knowledge on how to install applications in FreeBSD using both packages and ports;
  2. If installing from packages, check the FreeBSD Handbook section on Using the Packages Collection;
  3. If installing from sources, you need a recent enough ports tree (post FreeBSD 4.4-RELEASE). Check the FreeBSD Handbook section on Using the Ports Collection.

If you both are familiar with the FreeBSD Ports System and have a recent post FreeBSD 4.4-RELEASE ports tree, just:

For the Ogle command line software:
# cd /usr/ports/graphics/ogle
# make clean
# make install clean

For the Ogle graphical user interface (which automagically installs the required command line Ogle if it already is not):
# cd /usr/ports/graphics/ogle-gui
# make clean
# make install clean

That should do but if you BOTH want to grab the most recent versions of ports/packages AND know how to use them, you should download the most recent version of the necessary ports, the bleeding edge -CURRENT ports. All required dependencies are listed here:

ogle
ogle-gui

Disclaimer