10000 issue #34: added some words about SCons in compile instructions · arangodb/arangodb@bdc6661 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdc6661

Browse files
committed
issue #34: added some words about SCons in compile instructions
1 parent 01690ed commit bdc6661

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RestServer/install-manual.dox

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@
244244
/// - the GNU ncurses library in version 5 or 6
245245
/// - boost header files, at least version 1.33
246246
///
247+
/// To compile Google V8 yourself, you will also need SCons.
248+
///
247249
/// Some distributions, for example Centos 5, provide only very out-dated
248250
/// versions of FLEX, BISON, and the V8 engine. In that case you need to compile
249251
/// newer versions of the programs and/or libraries.
@@ -252,10 +254,11 @@
252254
///
253255
/// - boost development package (see www.boost.org)
254256
/// - Google's V8 engine (see code.google.com/p/v8)
257+
/// - SCons for compiling V8 (see www.scons.org)
255258
/// - libev (see software.schmorp.de/pkg/libev.html)
256259
///
257260
/// if neccessary. Most linux systems already supply RPM or DEP for
258-
/// there packages. Please note that you have to install the
261+
/// these packages. Please note that you have to install the
259262
/// development packages.
260263
///
261264
/// @subsection DownloadSourceDevel Download the Source

0 commit comments

Comments
 (0)
0