Changes between Initial Version and Version 2 of Ticket #55184


Ignore:
Timestamp:
Oct 29, 2017, 1:08:52 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55184

    • Property Owner set to jmroot
    • Property Status changed from new to assigned
    • Property Type changed from request to enhancement
    • Property Keywords sdl sdl2 sdl2_image removed
  • Ticket #55184 – Description

    initial v2  
    77Here is the configure line that produced the best working result on my machine. Note that I had to disable all of the dynamic library loading backends, as they fail for some reason:
    88
     9{{{
    910    ./configure --prefix=/opt/local \
    1011        --disable-imageio \
     
    1314        --disable-jpg-shared \
    1415        --disable-webp-shared
    15 
     16}}}