File Release Notes and Changelog
Notes:
File: Release Notes
Author: Damian Eads
File: Description:
-------------------------------------------------------
ritopt-0.2-bin.jar Runnable Jar File (Recommended)
ritopt-0.2-doc.tar.gz API Documentation
ritopt-0.2-src.tar.gz Source Code
ritopt-0.2-all.tar.gz Complete Package w/ Build Scripts
How to extract a tar.gz:
gzip -cd filename.tar.gz | tar xvf -
How to run a program with a runnable jar:
jar -cp jarname.jar my.pack.age.MyProgram
How to make with automake/autoconf:
# Running autogen is optional, and only works if you have
# autoconf version 2.52 or higher and automake version 1.5
# or higher.
./autogen.sh
# Run configure. Optionally you may specify a prefix,
# otherwise the package gets installed in
# /usr/$(CONFIG_GUESS)
./configure --prefix=<WHERE YOU WANT TO INSTALL>
# To install in the current working directory, execute
# "make".
make
# Otherwise, to install to the prefix location, do a
# "make install".
make install
Changes:
2001-10-18 Damian Ryan Eads <googol@mail.rit.edu>
* ritopt-0.2-bin.jar: runnable jar.
* ritopt-0.2-doc.tar.gz: contains api documentation.
* ritopt-0.2-src.tar.gz: contains source code.
* ritopt-0.2-src.tar.gz: contains complete package.