Opened 17 years ago
Closed 17 years ago
#38 closed task (fixed)
Create enhanced install documentation
| Reported by: | huebsch | Owned by: | Christoph Mayer |
|---|---|---|---|
| Priority: | trivial | Milestone: | Release of 0.2.0 |
| Component: | Documentation | Version: | |
| Keywords: | Cc: |
Description
Describe also apt-get prerequisites etc
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Owner: | changed from to |
|---|
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
New in-depth install doc with rev. 24 of BaseInstall. Does not tell which other apt-get stuff is needed like g++, stdlib etc. I think this is quite standard whenever you want to compile, and not at all specific to ariba.
Note:
See TracTickets
for help on using tickets.
detail that g++ 4.3.2 has some problems with boost (see #37) and log4cxx (missing std includes). Describe that it is better to use a different compiler (gcc 4.1 e.g.) and how to do this:
./configure ... CXX=g++-4.2