tlwg/swath

Hard to install for newbie

pepa65 opened this issue · 2 comments

Took me a while again to figure out how to build. What worked for me:

./autogen.sh
./configure
make
make check  # recommended
sudo make install  # if desired

Maybe you should replace the old standard INSTALL file with the right instructions to get the current project build. Right now it talks about configure all the time. Or perhaps include a BUILD file with the instructions??

And lots of thanks for the updated dictonary files and the new versioning system!!

Of course it's not hard to install from the Releases page, but just hard to build without good instructions..!