1
0
Fork 0

Updated ...

This commit is contained in:
curt 1998-05-23 14:31:23 +00:00
parent f10a0257f5
commit aee269ca74

View file

@ -20,3 +20,8 @@ When making a change to any of these files you will need to run:
Then follow the regular build procedure:
./configure; make; make install
For debuging purposes you might want to try something like:
CFLAGS=-Wall CXXFLAGS=-Wall ./configure --disable-shared; make; make install