swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: 7598fb94d59178d65bd8d2892c19356290f5d4e3 authored by Gabriel Scherer on 08 May 2016, 13:36:58 UTC
add ./opam taken from opam-repository
Tip revision: 7598fb9
INSTALL
To install this program, just type

./configure; make; make install

To uninstall, type

make uninstall

To compile from git, do this first :

aclocal -I m4
autoconf
autoheader
./configure
make
back to top