Ubuntu 12.04を実行しています。
私はvimが動作する特定のプラグインを取得しようとしていますが、vimでrubyサポートが有効になっている必要があります(プラグインはcommand-tです)。
人々は私がvimディレクトリに行って実行する必要があると教えてくれます
./configure --enable-rubyinterp
これを行うと、次のエラーが表示されます。
    no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
      You need to install a terminal library; for example ncurses.
      Or specify the name of the library with --with-tlib.
これでチェックが完了し、ncurses-baseがインストールされました。
何をする必要がありますか?
src/auto/config.log
                
ncurses-devライブラリをインストールする必要があると思う