Home
Name Modified Size InfoDownloads / Week
uac19 2023-02-19
README 2020-08-05 1.6 kB
Totals: 2 Items   1.6 kB 0
uac19 - Linux or Windows cygwin Covid-19 csv analysis tool.

This tool was originally built under the uak[-plus] package
but was subsequently separated as most of the tools in that
package are not relevant to persons interested in this tool.

The rpm installs to /usr/local by default, use:
   'rpm -ivh --relocate /usr/local=/usr'
for /usr (or whatever you want).
The rpm is an rh7 build, should install on rh8 and comparable Linux distros.
The tgz file (configure and make) will build on Windows cygwin and 
has been validated there.

Note /usr/local/etc/Countries is coded in the source but
if the Countries files is copied to '-D directory', install
is to $HOME, or if the file can be found in Linux
via /proc/pid/exe backtracking to an etc directory
equivalent to either bin or src.
..............................................................................
./UA.ksh --help # optional install script vs. simple './configure; make'

Usage: UA.ksh [-options]

-autogen        # perform aclocal,automake,autoconf
-options opts   # configure options, default: "--prefix /u1/uaf/kcarlson CC=cc"
-build          # configure and make
-configure      # configure (only)
-make           # make (only)
-install        # install
-strip          # install-strip
-doc            # build documentation (*.txt,*.html)
-kit            # make dist
-rpm            # make rpm
-Version        # recreate version file
-purge          # clean purging all auto* files

Examples:
 ./UA.ksh -build # default behaviour
 ./UA.ksh -o "--prefix /usr/local" -build -install
 ./UA.ksh -purge -autogen -build

Options are processed left-to-right.
Source: README, updated 2020-08-05