close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libhogweed.so.2: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Dec 10, 2008, 10:34:00 AM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | [[PageOutline]] |
| | 2 | = XEN VM placement engine - OpenNEbula = |
| | 3 | == 1. Install requirement packages == |
| | 4 | * Our OS is Ubuntu 8.10 |
| | 5 | {{{ |
| | 6 | $ sudo aptitude install ruby sqlite3 libsqlite3-dev libsqlite3-ruby libxmlrpc-c3 libxmlrpc-c3-dev scons g++ flex bison |
| | 7 | }}} |
| | 8 | * Package introduction |
| | 9 | * ruby: An interpreter of object-oriented scripting language Ruby |
| | 10 | * sqlite3: A command line interface for SQLite 3 |
| | 11 | * libxmlrpc-c3: A lightweight RPC library based on XML and HTTP for C and C++ |
| | 12 | * scons: A replacement for Make |
| | 13 | * flex: A fast lexical analyzer generator |
| | 14 | * bison: A parser generator that is compatible with YACC |
| | 15 | |
| | 16 | == Reference == |
| | 17 | * [http://www.opennebula.org/doku.php?id=start OpenNEbula] |
| | 18 | |