Changes between Version 1 and Version 2 of Develop/Compiling


Ignore:
Timestamp:
Oct 8, 2016, 12:31:18 PM (8 years ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Develop/Compiling

    v1 v2  
    131131
    132132== Problems ==
    133 ===If Make complains about a missing `Makefile.dep`===
     133=== If Make complains about a missing `Makefile.dep` ===
    134134We forgot the file in some source archive of the early betas (2008). Fortunately, it's a file you can re-generate:
    135135  # Edit the Makefile. Find a line that reads _include Makefile.dep_, and put a # before it to comment it.
     
    137137  # Edit the Makefile again, and remove the # sign.
    138138  # Run `make`
    139 ===(Windows) SDL.h: No such file or directory===
     139=== (Windows) SDL.h: No such file or directory ===
    140140Apparently the automatic installation of SDL headers does not work very well under windows if you put them in MSYS's own root.
    141141