1
0
Fork 0

removed ncurses from documentation

This commit is contained in:
Jan Steemann 2012-09-10 15:51:45 +02:00
parent f75c6f6f1d
commit 94e1a80efa
2 changed files with 2 additions and 4 deletions

View File

@ -328,10 +328,9 @@
/// - the GNU C++ compiler "g++" and standard C++ libraries
/// - the GNU make
///
/// In addition you will need the following libraries:
/// In addition you will need the following library:
///
/// - the GNU readline library
/// - the GNU ncurses library in version 5 or 6
///
/// Under Mac OS X you also need to install:
///
@ -465,7 +464,6 @@
/// - libev in version 3 or 4
/// - Google's V8 engine
/// - the GNU readline library
/// - the GNU ncurses library in version 5 or 6
/// - boost header files, at least version 1.33
///
/// To compile Google V8 yourself, you will also need Python 2 and SCons.

View File

@ -1,5 +1,5 @@
////////////////////////////////////////////////////////////////////////////////
/// @brief terimnal utilities using ncurses
/// @brief terminal utilities using posix functions
///
/// @file
/// DISCLAIMER