BuildingForIos.wiki
changeset 118 a854206ba50c
parent 115 3278ecf295a3
child 206 125a79c342d8
equal deleted inserted replaced
117:5c10784de5cb 118:a854206ba50c
    17   * Freetype - misc/libfreetype/Xcode - is a trimmed down version of the popular font rendering library
    17   * Freetype - misc/libfreetype/Xcode - is a trimmed down version of the popular font rendering library
    18   * Lua - misc/liblua/Xcode - can also be skipped if you specify LUA_DISABLED in hedgewars config.inc file
    18   * Lua - misc/liblua/Xcode - can also be skipped if you specify LUA_DISABLED in hedgewars config.inc file
    19 
    19 
    20 === Compiling SDL for iOS ===
    20 === Compiling SDL for iOS ===
    21 
    21 
    22 Since Hedgewars uses all four satellites besides the main SDL library things are going to get difficult. In fact most of the SDL_* libs don't come with a project file and/or can't be easily compiled (without a lot of hacking, that is).
    22 Since Hedgewars uses all four satellites besides the main SDL library things are going to get difficult. In fact most of the SDL_x libs don't come with a project file and/or can't be easily compiled (without a lot of hacking, that is).
    23 
    23 
    24 I'll try to explain what I did here to get my setup working, but in case of doubts or problems you should definitely drop by our IRC channel where we can give better help. Also unfortunately SDL has a high record of breaking during different commits (understandable since SDL1.3 is in beta) so what is written here might not be valid for older releases.
    24 I'll try to explain what I did here to get my setup working, but in case of doubts or problems you should definitely drop by our IRC channel where we can give better help. Also unfortunately SDL has a high record of breaking during different commits (understandable since SDL1.3 is in beta) so what is written here might not be valid for older releases.
    25 
    25 
    26 Let's download the latest snapshot of the SDL family source code.
    26 Let's download the latest snapshot of the SDL family source code.
    27 
    27