mirror of https://gitee.com/bigwinds/arangodb
removed ncurses from documentation
This commit is contained in:
parent
f75c6f6f1d
commit
94e1a80efa
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief terimnal utilities using ncurses
|
||||
/// @brief terminal utilities using posix functions
|
||||
///
|
||||
/// @file
|
||||
/// DISCLAIMER
|
||||
|
|
Loading…
Reference in New Issue