INSTALL - install memo for WcolE 1. Overview To use WcolE, you must compile programs. You should edit configuration file. % cd src % ./configure % vi Makefile % make % cp wcol.conf-dist wcol.conf % vi wcol.conf % ./wcol -f ./wcol.conf 2. Compilation Wcol has configuration program (./configure) for compilation. It is possible to configure parameter for to fit you enviroments. You will configure using it. % ./configure However, configuration program is not perfect and it is not select your favorite. You can edit result of configureation program, if you necessary. % vi Makefile Then, you can compile. % make 3. Configuration Wcol has many feature and parameters. You can configure it, if you necessary. File `wcol.conf-dist' is example of Wcol configuration file. % cp wcol.conf-dist wcol.conf % vi wcol.conf 4. Running Wcol runs normal user or root. % ./wcol -f ./wcol.conf