[BACK]Return to README CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

Diff for /dgamelaunch-openbsd/README between version 1.3 and 1.4

version 1.3, 2021/03/15 14:49:06 version 1.4, 2021/03/16 09:49:22
Line 38  When compiling for OpenBSD, ensure the adecuate enviro
Line 38  When compiling for OpenBSD, ensure the adecuate enviro
   
   export CC=cc    export CC=cc
   export CPATH=/usr/local/include    export CPATH=/usr/local/include
   export LIBRARY_PATH=/usr/local/include    export LIBRARY_PATH=/usr/local/lib
   export AUTOMAKE_VERSION=1.15    export AUTOMAKE_VERSION=1.15
   export AUTOCONF_VERSION=2.69    export AUTOCONF_VERSION=2.69
   
 Basically all you have to do is:  Basically all you have to do is:
   
   ./autogen.sh && make    ./autogen.sh && gmake
   
 Some options you might want give to autogen:  Some options you might want give to autogen:
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb