You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gravit mailing list, gra...@slowchop.com
Other prerequisites not mentioned in the "Requirements" or
"Installation" section of the documentation:
=============
automake
libtool
a GLX driver
* I installed "xserver-xorg-video-intel"
* pick a driver that works for your video card
* getting a good GLX driver was the hardest part of the build for me
- use the "glxinfo" command, and lots of Google searches
NOTE: Makefile.in is missing from the SVN repo. I used the one on
gravit's home page "browse source" with success.
Steps for successful build:
=============
aclocal
autoconf
autoheader
libtoolize
touch NEWS
touch AUTHORS
automake --add-missing
./configure
make
sudo make install