gtkslash 0.5.4

This commit is contained in:
tengel 2024-03-20 09:24:54 -05:00
parent a0b48fe797
commit 323e186c0e
20 changed files with 4337 additions and 1283 deletions

16
INSTALL Normal file
View file

@ -0,0 +1,16 @@
*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.