Skip to content

Instantly share code, notes, and snippets.

@gofer
Created March 14, 2017 16:27
Show Gist options
  • Select an option

  • Save gofer/dd9f066042e287435ae83f901df40be2 to your computer and use it in GitHub Desktop.

Select an option

Save gofer/dd9f066042e287435ae83f901df40be2 to your computer and use it in GitHub Desktop.
ncurses-6.0 configure option

ncurses-6.0

../configure                \
  --prefix=/usr/local       \
  --libdir=/usr/local/lib64 \
  --enable-pc-files         \
  --with-libtool            \
  --with-shared             \
  --with-cxx-shared         \
  --enable-widec            \
  --enable-sp-funcs         \
  --enable-term-driver      \
  --enable-const            \
  --enable-ext-colors       \
  --enable-ext-mouse        \
  --enable-ext-putwin       \
  --enable-no-padding       \
  --enable-signed-char      \
  --enable-sigwinch         \
  --enable-tcap-names       \
  --enable-colorfgbg        \
  --enable-interop          \
  --with-pthread            \
  --enable-pthreads-eintr   \
  --enable-reentrant        \
  --enable-safe-sprintf     \
  --disable-lib-suffixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment