Hard to install for newbie
pepa65 opened this issue · 2 comments
pepa65 commented
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??
pepa65 commented
And lots of thanks for the updated dictonary files and the new versioning system!!
pepa65 commented
Of course it's not hard to install from the Releases page, but just hard to build without good instructions..!