From d0f3767349902b8c0a55b55eeb05bb48884e2008 Mon Sep 17 00:00:00 2001 From: Phillip Smyth Date: Wed, 6 Dec 2017 16:27:01 +0000 Subject: Adding Create Project --- doc/source/createproject.rst | 5 +++++ doc/source/index.rst | 1 + 2 files changed, 6 insertions(+) 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 -- cgit v1.2.1