Following software is needed for building this project:
gcc, make and Motif 2.1-compatible development libraries
and header-files. If your compiler is other than gcc
modify the Makefile or build manually.Makefile assumes
that Motif-libraries are located in '/usr/X11R6/lib' and
header-files in '/usr/X11R6/include'. The most common cause
for build problems is that Motif-stuff is somewhere else.
The project builds with lesstif(version 0.93.14), but created
comboboxes don't work. Let me know if you have better
success in this matter.
In the following I assume that you untarred the package in a
directory under your home directory.
To build the project cd to 'xleague-0.5.1'-directory.This
directory was created under your working directory when you
untarred the package. Issue command 'make'. You can do this
as an ordinary user. Then su to 'root' and issue command
'make install'. This installs the executable into /usr/local/bin.
If this is not possible in your system check that you have 'bin'-
directory in your home-directory and install manually there. If you
must create the 'bin'-directory see that it is in your path.
'make clean' deletes object and possible core files and 'make
clobber' deletes besides the executable.
Makefile is handy if you are going to hack the source. Just do
the modifications you want and run 'make'. You should,however,
remember one thing about the search order of executables;
Directories in your path are searched first and 'xleague-0.5.1'
should not be in your path. When hacking in 'xleague-0.5.1'
the correct command for launching the modified 'xleague'-binary
is, of cource, './xleague'. Command 'xleague' would launch the
executable in '/usr/local/bin' (or in ~/bin).
