Downloading and Building LDV » History » Version 12
Pavel Shved, 08/04/2010 07:51 PM
added links to INSTALL from repo
1 | 11 | Pavel Shved | h1. Downloading and Building LDV |
---|---|---|---|
2 | 1 | Pavel Shved | |
3 | 3 | Pavel Shved | LDV sources are stored in several Git repositories. To download them, you currently need a "Git version control system":http://git-scm.com/ installed at your machine. Git is free software, and you can download it "here":http://git-scm.com/download. |
4 | 1 | Pavel Shved | |
5 | h2. Downloading all sources |
||
6 | |||
7 | 7 | Pavel Shved | We recommend using Git of version 1.6.6 or newer. With this version getting sources is easy: |
8 | 1 | Pavel Shved | |
9 | <pre> |
||
10 | 7 | Pavel Shved | $ git clone --recursive git://forge.ispras.ru/ldv-tools.git |
11 | 1 | Pavel Shved | </pre> |
12 | |||
13 | 10 | Pavel Shved | (you''ll download about 200 Mb) |
14 | |||
15 | 9 | Pavel Shved | If, upon executing the command, it says that @--recursive@ is not supported, then you''re running an older version of Git. If you don''t want to upgrade, please, refer to [[downloading sources with older version of Git]]. |
16 | 1 | Pavel Shved | |
17 | 7 | Pavel Shved | Downloading sources of subprojects (submodules) is crucial. *LDV-tools won''t build without submodules*. |
18 | 1 | Pavel Shved | |
19 | h2. Building LDV-tools |
||
20 | |||
21 | 12 | Pavel Shved | After you downloaded all the sources, you may examine source:INSTALL file for further instructions. |
22 | 1 | Pavel Shved | |
23 | 12 | Pavel Shved | Note that LDV-tools has a considerable number of prerequisites. A full installation of LDV-tools requires C++, Java and OCaml compilers, Perl and Ruby interpreters and some modules (gems) for them, and a web server that runs PHP 5. A full and concise list of prerequisites is found in the source:INSTALL file. |
24 | 1 | Pavel Shved | |
25 | 6 | Pavel Shved | LDV-tools take one or two hours to build. If you''re tired waiting, make sure you tried our "*Online Verification*":http://linuxtesting.org/ldv/online, which uses the same backend as the one you''re building, and is deployed at our site. |