summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 436d64c..d7367e6 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -1,3 +1,9 @@
+<style type="text/css" media="print">
+ div.pagebreak
+ {
+ page-break-before: always;
+ }
+</style>
Copyright (C) 2014-2016, Jaguar Land Rover
This document is licensed under Creative Commons
@@ -35,6 +41,10 @@ Please note that the configuration process described in
2. The user can gain root access to install packages.
3. There is at least 5GB of space availabled for packages and code.
+----
+
+<div class="pagebreak"></div>
+
# INSTALLATION PROCESS #
## INSTALL DEVELOPMENT TOOLS ##
@@ -78,6 +88,8 @@ to the build system.
The clone will be downloaded into a newly created ```rvi_core``` subdirectory.
+----
+
## BUILD THE RVI SYSTEM ##
Run ```make``` to build the dependency code in ```deps``` and the
@@ -87,7 +99,9 @@ top level project in the ```rvi``` directory.
The local ```rebar``` command is used to retrieve the dependencies. See
```rebar.config``` and ```deps/*/rebar.config``` for a list of
-dependencies.
+dependencies.
+
+<div class="pagebreak"></div>
See the [rebar](https://github.com/basho/rebar) project for a detailed
description of the rebar Erlang build tool.