Changes between Version 4 and Version 5 of Compiling Quagents


Ignore:
Timestamp:
Jun 23, 2011 12:05:45 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Compiling Quagents

    v4 v5  
    2020        cd ~/quagents/trunk/ioquake3
    2121        make
    22         (Make will fail.)
    2322}}}
    24 Patch up bison/yacc filename differences (FIXME: we should be able to have the Makefile do this, or configure bison to do it correctly? Or install yacc?).
     23Make will fail. Patch up bison/yacc filename differences (FIXME: we should be able to have the Makefile do this, or configure bison to do it correctly? Or install yacc?).
    2524{{{
    2625        mv gram.tab.c y.tab.c