Difference between revisions of "WxWidgets"

From CBLFS
Jump to navigationJump to search
(Contents)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.6.3.tar.bz2
+
| http://prdownloads.sourceforge.net/wxwindows/wxWidgets-{{wxWidgets-Version}}.tar.bz2
 
|}
 
|}
  
Line 100: Line 100:
 
= Contents =
 
= Contents =
  
Installed Programs: wx-config wxrc wxrc-2.6
+
Installed Programs: wx-config wxrc wxrc-{{wxWidgets-Version2}}
  
 
Installed Libraries: libwx_bash.so.0.3.1 libwx_base_net-2.6.so.0.3.1 libwx_base_xml.so.0.3.1 libgtk2_adv-2.6.so.0.3.1 libwx_gtk2_core-2.6.so.0.3.1 libwx_gtk2_html-2.6.so.0.3.1 libwx_gtk2_media-2.6.so.0.3.1 libex_gtk2_qa-2.6.so.0.3.1 libwx_gtk2_xrc-2.6.so.0.3.1
 
Installed Libraries: libwx_bash.so.0.3.1 libwx_base_net-2.6.so.0.3.1 libwx_base_xml.so.0.3.1 libgtk2_adv-2.6.so.0.3.1 libwx_gtk2_core-2.6.so.0.3.1 libwx_gtk2_html-2.6.so.0.3.1 libwx_gtk2_media-2.6.so.0.3.1 libex_gtk2_qa-2.6.so.0.3.1 libwx_gtk2_xrc-2.6.so.0.3.1
  
 
Installed Directory: /usr/lib/wx
 
Installed Directory: /usr/lib/wx

Revision as of 12:29, 17 December 2006

Download Source: http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.9.0.tar.bz2

Dependencies

Required

Optional

Configuration Information

The options below speak for themselves:

--with-odbc
--with-libmspack
--with-sdl
--with-gnomeprint

Non-Multilib

Compile the package:

sed -i "/^SEARCH_INCLUDE=/a\    ${XORG_PREFIX}/include" configure &&
./configure --prefix=/usr &&
make

Install the package

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

sed -i "/^SEARCH_INCLUDE=/a\    ${XORG_PREFIX}/include" configure &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package

make install &&
mv -v /usr/bin/wx-config{,-32}

N32

Compile the package:

sed -i "/^SEARCH_INCLUDE=/a\    ${XORG_PREFIX}/include" configure &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make

Install the package

make install &&
mv -v /usr/bin/wx-config{,-n32}

64Bit

Compile the package:

sed -i "/^SEARCH_INCLUDE=/a\    ${XORG_PREFIX}/include" configure &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package

make install &&
mv -v /usr/bin/wx-config{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/wx-config


Contents

Installed Programs: wx-config wxrc wxrc-2.9

Installed Libraries: libwx_bash.so.0.3.1 libwx_base_net-2.6.so.0.3.1 libwx_base_xml.so.0.3.1 libgtk2_adv-2.6.so.0.3.1 libwx_gtk2_core-2.6.so.0.3.1 libwx_gtk2_html-2.6.so.0.3.1 libwx_gtk2_media-2.6.so.0.3.1 libex_gtk2_qa-2.6.so.0.3.1 libwx_gtk2_xrc-2.6.so.0.3.1

Installed Directory: /usr/lib/wx