File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 244
244
/// - the GNU ncurses library in version 5 or 6
245
245
/// - boost header files, at least version 1.33
246
246
///
247
+ /// To compile Google V8 yourself, you will also need SCons.
248
+ ///
247
249
/// Some distributions, for example Centos 5, provide only very out-dated
248
250
/// versions of FLEX, BISON, and the V8 engine. In that case you need to compile
249
251
/// newer versions of the programs and/or libraries.
252
254
///
253
255
/// - boost development package (see www.boost.org)
254
256
/// - Google's V8 engine (see code.google.com/p/v8)
257
+ /// - SCons for compiling V8 (see www.scons.org)
255
258
/// - libev (see software.schmorp.de/pkg/libev.html)
256
259
///
257
260
/// 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
259
262
/// development packages.
260
263
///
261
264
/// @subsection DownloadSourceDevel Download the Source
You can’t perform that action at this time.
0 commit comments