News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 03 June 2012 build (8024) is out.

Started by killerbot, June 03, 2012, 07:18:43 PM

Previous topic - Next topic

stefanos_

Quote from: jens on June 11, 2012, 09:37:31 AM
I have used
../configure --with-zlib=sys --disable-reserved_virtual \
--enable-debug --enable-debug_info --enable-debug_gdb \
--enable-unicode --with-gtk --enable-mediactrl --enable-sound \
--with-sdl --enable-display --enable-geometry \
--enable-graphics_ctx --with-libjpeg=sys --with-libpng=sys \
--with-libtiff=sys --with-opengl --with-libjpeg=builtin \
--with-libtiff=builtin


The ".." is there,because I use it from a seperate build-folder to keep the sources clean.
You get a "wx-config" in the build-folder after running "make" .
If you use it directly, there is no need to run "make install" and litter your system.

Hey jens, sorry for the late reply and thank you for sharing your setup with me. I just wanted to ask; is there a certain reason you added twice these certain options? --with-libjpeg=sys --with-libjpeg=builtin --with-libtiff=sys --with-libtiff=builtin
On my system I had to use builtin to make it work for all "sys" configuration options.

Also, will it work for both static and dynamic, monolithic and non-monolithic?

thanks for once again.

Jenna

Should only be builtin, sorry.
I only used it for the default, which is shared and non-monolithic.

stefanos_


coffeer