Installation instructions for WMiNET. 


Requirements
----------------------------------------------------------
- root access

	To be able to complete the installation you'll need
	root privileges...


Installation
--------------------------------------------------------------
1)  % tar -zxvf wminet-1.0b2.tar.gz
2)  % cd wminet.app/wminet
3)* % vi config.h
4)* % rm wminet-master.xpm
    % ln -s wminet-master-lcd.xpm wminet-master.xpm
5)  % make 
6)  % su root
7)  # make install
8)* # vi ~/.wminetrc
9)  % wminet & (or wminet -h for brief help).

3)* Adjust config.h to your satisfy your demands :)

4)* The LED GUI is default, if you want the LED GUI,
    skip this step and proceed with step 5), step 4)
    only applies if you want the LCD style GUI.

8)* Adjust ~/.wminetrc to your preferences...
    To enable/disable monitoring for a particular 
	inetd service, setting 1 = TRUE and 0 = FALSE
    

General Notes
--------------------------------------------------------------
Note 1: If "make install" fails on your system, please edit
        the Makefile to set the paths according to your setup.
        "make install" defaults to /usr/local/bin, $HOME & /etc.

Note 2: Please DO read the HINTS, this file contains some
        very usefull hints & tips about WMiNET. 

