Difference between revisions of "FLTK"
From CBLFS
Jump to navigationJump to search (I added the template for the package description and "Contents" sections.) |
|||
Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | ftp://ftp3.easysw.com/pub/fltk/snapshots/fltk- | + | | ftp://ftp3.easysw.com/pub/fltk/snapshots/fltk-{{FLTK-Version}}.tar.bz2 |
|-valign="top" | |-valign="top" | ||
!Required Patch (For 64Bit): | !Required Patch (For 64Bit): | ||
− | | http://svn.cross-lfs.org/svn/repos/patches/fltk/fltk- | + | | http://svn.cross-lfs.org/svn/repos/patches/fltk/fltk-{{FLTK-Version}}-64bit_fixes-1.patch |
|} | |} | ||
Line 26: | Line 26: | ||
If you're building a 64bit system apply the following patch: | If you're building a 64bit system apply the following patch: | ||
− | patch -Np1 -i ../fltk- | + | patch -Np1 -i ../fltk-{{FLTK-Version}}-64bit_fixes-1.patch |
Compile the package: | Compile the package: | ||
Line 69: | Line 69: | ||
Compile the package: | Compile the package: | ||
− | patch -Np1 -i ../fltk- | + | patch -Np1 -i ../fltk-{{FLTK-Version}}-64bit_fixes-1.patch && |
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr \ | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr \ | ||
--x-libraries=${XORG_PREFIX}/lib64 --libdir=/usr/lib64 --enable-shared && | --x-libraries=${XORG_PREFIX}/lib64 --libdir=/usr/lib64 --enable-shared && |
Revision as of 11:45, 17 December 2006
Download Source: | ftp://ftp3.easysw.com/pub/fltk/snapshots/fltk-1.1.10.tar.bz2 |
---|---|
Required Patch (For 64Bit): | http://svn.cross-lfs.org/svn/repos/patches/fltk/fltk-1.1.10-64bit_fixes-1.patch |
Contents
Introduction to FLTK
<Package Description Needed>
Dependencies
Required
Optional
Non-Multilib
If you're building a 64bit system apply the following patch:
patch -Np1 -i ../fltk-1.1.10-64bit_fixes-1.patch
Compile the package:
./configure --prefix=/usr --enable-shared && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" ./configure --prefix=/usr \ --x-libraries=${XORG_PREFIX}/lib --enable-shared && make
Install the package
make install && mv -v /usr/bin/fltk-config{,-32}
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure --prefix=/usr \ --x-libraries=${XORG_PREFIX}/lib32 --libdir=/usr/lib32 --enable-shared && make
Install the package
make install && mv -v /usr/bin/fltk-config{,-n32}
64Bit
Compile the package:
patch -Np1 -i ../fltk-1.1.10-64bit_fixes-1.patch && CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr \ --x-libraries=${XORG_PREFIX}/lib64 --libdir=/usr/lib64 --enable-shared && make
Install the package
make install && mv -v /usr/bin/fltk-config{,-64} && ln -sfv multiarch_wrapper /usr/bin/fltk-config
Contents
Installed Programs: | ??? |
---|---|
Installed Libraries: | ??? |
Installed Directories: | ??? |
Short Descriptions
program1 | ??? |
---|---|
program2 | ??? |
library1.{so,a} | ??? |