From 3d332ccc0bdc9769fbeee893412373c9568b0429 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 17 Aug 2018 12:19:16 +0800 Subject: [PATCH] nix: update README --- nix/README.rst | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/nix/README.rst b/nix/README.rst index c2d6df2eb..ce0e0931c 100644 --- a/nix/README.rst +++ b/nix/README.rst @@ -1,22 +1,28 @@ Install ARTIQ via the Nix Package Manager -=========================== +========================================= -Nix does not support windows. +These instructions provide an alternative route to install ARTIQ for people who do not wish to use conda. -* Install the nix package manager +This sets up an environment suitable for using ARTIQ, including the ARTIQ-Python compiler, device drivers, and the graphical user interfaces. This works correctly on Linux, and partially works with WSL introduced in Windows 10. - * many linux distros already have a package for the `nix package manager `_ +ARTIQ firmware and gateware development tools (e.g. rustc, Migen) and ARTIQ core device flashing tools (OpenOCD, proxy bitstreams) are currently not available on Nix. Pull requests welcome! - * for example: $ apt-get install nix +* Install the Nix package manager - * if you would like to install via sh (please be sure you `understand `_ the dangers involved when curl piping to sh. Also ensure you have read the contents of the script and feel comfortable executing it. Otherwise there is the `manual `_) + * many Linux distros already have a package for the `Nix package manager `_ - * $ curl https://nixos.org/nix/install | sh + * for example: ``$ apt-get install nix`` - * $ source ~/.nix-profile/etc/profile.d/nix.sh + * if you would like to install via sh -* $ git clone github.com/m-labs/artiq -* $ cd artiq/nix -* $ nix-env -i -f default.nix + * $ ``wget https://nixos.org/nix/install`` + + * $ ``sh install`` + + * $ ``source ~/.nix-profile/etc/profile.d/nix.sh`` + +* $ ``git clone github.com/m-labs/artiq`` +* $ ``cd artiq/nix`` +* $ ``nix-env -i -f default.nix`` The above command will setup your entire environment.