Author Topic: The 03 June 2012 build (8024) is out.  (Read 58054 times)

stefanos_

  • Guest
Re: The 03 June 2012 build (8024) is out.
« Reply #30 on: June 19, 2012, 11:32:35 am »
I have used
Code
../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?
Code
--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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 03 June 2012 build (8024) is out.
« Reply #31 on: June 19, 2012, 11:50:49 am »
Should only be builtin, sorry.
I only used it for the default, which is shared and non-monolithic.

stefanos_

  • Guest
Re: The 03 June 2012 build (8024) is out.
« Reply #32 on: June 19, 2012, 12:19:38 pm »
OK thank you very much :)

coffeer

  • Guest
Re: The 03 June 2012 build (8024) is out.
« Reply #33 on: June 20, 2012, 03:12:07 am »
thank you very much