diff options
Diffstat (limited to 'doc/04.RPKI.Installation.FromSource.md')
-rw-r--r-- | doc/04.RPKI.Installation.FromSource.md | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/doc/04.RPKI.Installation.FromSource.md b/doc/04.RPKI.Installation.FromSource.md index fabad2fa..71d77821 100644 --- a/doc/04.RPKI.Installation.FromSource.md +++ b/doc/04.RPKI.Installation.FromSource.md @@ -6,10 +6,9 @@ this means that the build process is essentially the same regardless of which tools one wants to use. Some of the tools have dependencies on external packages, although we've tried to keep this to a minimum. -Most of the tools require an [RFC-3779](http://www.rfc- -editor.org/rfc/rfc3779.txt)-aware version of the -[OpenSSL](http://www.openssl.org/) libraries. If necessary, the build process -will generate its own private copy of the OpenSSL libraries for this purpose. +Most of the tools require an [RFC-3779][]-aware version of the [OpenSSL][] +libraries. If necessary, the build process will generate its own private copy +of the OpenSSL libraries for this purpose. Other than OpenSSL, most of the relying party tools are fairly self-contained. The CA tools have a few additional dependencies, described below. @@ -20,8 +19,8 @@ other platforms, such as Fedora, Ubuntu, Debian, and MacOSX. ## Downloading the Source Code -The recommended way to obtain the source code is via -[subversion](https://subversion.apache.org/). To download, do: +The recommended way to obtain the source code is via [Subversion][]. To +download, do: $ svn checkout https://subvert-rpki.hactrn.net/trunk/ @@ -199,5 +198,11 @@ listed here for completeness. Once you've finished installing the code, you will need to configure it. Since CAs are generally also relying parties (if only so that they can check the results of their own actions), you will generally want to start by configuring -the relying party tools, then configure the CA tools if you're planning to use -them. +the [relying party tools][RP], then configure the [CA tools][CA] if you're +planning to use them. + +[RFC-3779]: http://www.rfc-editor.org/rfc/rfc3779.txt +[OpenSSL]: http://www.openssl.org/ +[Subversion]: https://subversion.apache.org/ +[RP]: 05.RPKI.RP.md +[CA]: 11.RPKI.CA.md |