Difference between revisions of "Qca2"
From CBLFS
Jump to navigationJump to search (Qca-2.0 uses traditional make and not cmake!) |
|||
Line 62: | Line 62: | ||
make install && | make install && | ||
unset USE_ARCH | unset USE_ARCH | ||
+ | |||
+ | [[Category:Network Applications]] |
Revision as of 16:25, 19 March 2009
Download Source: | http://delta.affinix.com/download/qca/2.0/qca-2.0.2.tar.bz2 |
---|
Contents
Introduction to Qca2
Project Homepage: Unknown
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=${QT4DIR} && make
Install the package:
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 && CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${QT4DIR} make
Install the package
make install && unset USE_ARCH
N32
Compile the package:
To do ...
Install the package
To do ...
64Bit
Compile the package:
export USE_ARCH=64 && CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${QT4DIR} --libdir=${QT4DIR}/lib64 make
Install the package
make install && unset USE_ARCH