Makefile.am: Properly distribute all .at files.
[fmtools.git] / INSTALL
blob4f0bac5fe2110d9211b86b782111a3a3614283a4
1 You may build directly from Git or use a distribution tarball.
2 If you build from Git, make sure you have Autoconf and Automake
3 installed, and run:
5         autoreconf -i
7 Afterward, or if you are starting from a distribution tarball,
8 run:
10         ./configure
11         make
13 To install the executables, run as superuser:
15         make install