From 949e9c8358b5259656c02e4a1ada7912d943afd2 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 3 Aug 2016 23:46:44 -0400 Subject: Try another conversion pass to salvage more of the links. --- doc/04.RPKI.Installation.FromSource.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'doc/04.RPKI.Installation.FromSource.md') 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 -- cgit v1.2.3