This repository has been archived on 2024-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gtkmeat/INSTALL
2024-03-20 09:25:47 -05:00

16 lines
171 B
Text

*nix
====
./configure
make
<su to root or whatever>
make install
Windows
=======
nmake /f makefile.vc6
If you have any problems, examine your makefile by hand.