summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Smyth <knownexus@gmail.com>2017-12-06 16:27:01 +0000
committerPhillip Smyth <knownexus@gmail.com>2017-12-06 16:27:01 +0000
commitd0f3767349902b8c0a55b55eeb05bb48884e2008 (patch)
treef27a0ba01b475c87c1840e46183cc9634dbef07e
parent55af0952f126d6f207796b7bdce4289915d77e1f (diff)
downloadbuildstream-d0f3767349902b8c0a55b55eeb05bb48884e2008.tar.gz
Adding Create Project
-rw-r--r--doc/source/createproject.rst5
-rw-r--r--doc/source/index.rst1
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/createproject.rst b/doc/source/createproject.rst
index f6d34472d..7d5599349 100644
--- a/doc/source/createproject.rst
+++ b/doc/source/createproject.rst
@@ -1,3 +1,5 @@
+.. _createproject:
+
Creating a basic project
====
@@ -27,6 +29,9 @@ install wget or some other download tool
----
+For this example we will be using cmake-test,
+as it is a relatively small and simple project to build
+
Download https://gitlab.com/BuildStream/buildstream/raw/master/integration-tests/cmake-test/src/step7.tar.gz
This should provide you with step7.tar.gz
diff --git a/doc/source/index.rst b/doc/source/index.rst
index e18a40f72..be355bd41 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -24,6 +24,7 @@ Installing
* :ref:`installing`
* :ref:`docker`
* :ref:`artifacts`
+* :ref:`createproject`
* :ref:`buildproject`
Running