From a84f76bf0991a2b73bd83ebd8f56ef29184eebe8 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Fri, 29 May 2015 17:45:13 +0200 Subject: [PATCH] manual: cleanup, removing Gtk GUI related instructions --- doc/manual/installing.rst | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 8e2e9b6d8..79ef78e66 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -217,31 +217,13 @@ Installing the host-side software .. note:: Compilation of LLVM can take more than 30 min on some machines. -* Install ARTIQ (without the GUI): :: +* Install ARTIQ: :: $ cd ~/artiq-dev $ git clone https://github.com/m-labs/artiq # if not already done $ cd artiq $ python3 setup.py develop --user -* Install ARTIQ (with the GUI): :: - - $ cd ~/artiq-dev - $ git clone https://github.com/m-labs/cairoplot3 - $ cd cairoplot3 - $ python3 setup.py install --user - $ cd - - $ git clone https://github.com/m-labs/gbulb - $ cd gbulb - $ python3 setup.py install --user - $ cd - - $ git clone https://github.com/m-labs/artiq # if not already done - $ cd artiq - $ ARTIQ_GUI=1 python3 setup.py develop --user - -.. note:: - Use ARTIQ_GUI=1 to install GUI dependencies which are only supported on Linux for now, to install ARTIQ on Windows do not set ARTIQ_GUI. - * Build the documentation: :: $ cd ~/artiq-dev/artiq/doc/manual