Difference between revisions of "Dialog"

From CBLFS
Jump to navigationJump to search
(New page: 32bit... Oppiz... CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr --with-ncurses)
 
Line 1: Line 1:
32bit... Oppiz...
+
32bit... Oppiz Clean
  
 
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure    --prefix=/usr --with-ncurses
 
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure    --prefix=/usr --with-ncurses
 +
 +
64bit... Oppiz Clean
 +
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" ./configure    --prefix=/usr --libdir=/usr/lib64 --with-ncurses

Revision as of 14:37, 17 April 2007

32bit... Oppiz Clean

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr --with-ncurses

64bit... Oppiz Clean CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" ./configure --prefix=/usr --libdir=/usr/lib64 --with-ncurses