derle.sh 333 B

1234567891011121314151617
  1. sed -i '/LIBTOOL_INSTALL/d' c++/Makefile.in
  2. ./configure ${confopt} \
  3. --with-pkg-config=/usr/lib/pkgconfig \
  4. --with-pkg-config-libdir=/usr/lib/pkgconfig \
  5. --with-shared \
  6. --without-normal \
  7. --enable-pc-files \
  8. --without-debug \
  9. --enable-widec \
  10. --with-cxx-binding \
  11. --with-cxx-shared \
  12. --enable-ext-colors \
  13. --enable-ext-mouse
  14. make