From 0cda1a3d3415a2ca7109c9a2ffb5ce6844ca4ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Wed, 29 Mar 2017 09:56:09 +0800 Subject: [PATCH] manual: add note about git branches Closes #695 --- doc/manual/developing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/manual/developing.rst b/doc/manual/developing.rst index d7e16e35d..d7b57dcf9 100644 --- a/doc/manual/developing.rst +++ b/doc/manual/developing.rst @@ -24,6 +24,7 @@ ARTIQ Anaconda development environment $ git clone --recursive https://github.com/m-labs/artiq ~/artiq-dev/artiq $ cd ~/artiq-dev/artiq + Add ``-b release-X`` to the ``git clone`` command if you are building a stable branch of ARTIQ (the default will fetch the development ``master`` branch). 3. :ref:`Install Anaconda or Miniconda ` 4. Create and activate a conda environment named ``artiq-dev`` and install the ``artiq-dev`` package which pulls in all the packages required to develop ARTIQ:: @@ -61,6 +62,8 @@ and the ARTIQ kernels. $ cd ~/artiq-dev $ git clone --recursive https://github.com/m-labs/artiq + + Add ``-b release-X`` to the ``git clone`` command if you are building a stable branch of ARTIQ (the default will fetch the development ``master`` branch). * Install OpenRISC binutils (or1k-linux-...): ::