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

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

version 1.3, 2021/03/15 14:49:06 version 1.5, 2021/03/25 21:01:26
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:
   
Line 254  ERROR CODES
Line 254  ERROR CODES
  202    purge_stale_locks(): could not read inprogress-file   202    purge_stale_locks(): could not read inprogress-file
  203    purge_stale_locks(): could not get inprogress-file contents   203    purge_stale_locks(): could not get inprogress-file contents
  300    crypt_newhash(): failed to save password hash to allocated memory   300    crypt_newhash(): failed to save password hash to allocated memory
    301    pledge(): failed to leverage OpenBSD's pledge()

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

CVSweb