Changeset 0b5a445b
- Timestamp:
- Apr 21, 2017, 6:43:26 PM (8 years ago)
- Branches:
- master, systemd
- Children:
- 1782fee
- Parents:
- 046af58
- Location:
- BOOK/final-system/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/ncurses-64bit.xml
r046af58 r0b5a445b 36 36 xpointer="xpointer(//*[@os='a'])"/> 37 37 38 <screen os="b"><userinput> CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"\39 ./configure \38 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \ 39 CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure \ 40 40 --prefix=/usr \ 41 41 --libdir=/usr/lib64 \ -
BOOK/final-system/multilib/ncurses-n32.xml
r046af58 r0b5a445b 37 37 xpointer="xpointer(//*[@os='a'])"/> 38 38 39 <screen os="b"><userinput> CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"\40 ./configure \39 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} \ 40 CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure \ 41 41 --prefix=/usr \ 42 42 --libdir=/usr/lib32 \
Note:
See TracChangeset
for help on using the changeset viewer.