Skip to content

Commit 46e78a4

Browse files
committedDec 10, 2014
doc/manual/installing: fix paths (thanks Joe)
1 parent 08f2aa8 commit 46e78a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/manual/installing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
9696
* Build and flash the bitstream and BIOS by running `from the MiSoC top-level directory` ::
9797

9898
$ cd ~/artiq-dev/misoc
99-
$ ./make.py -X ~/artiq/soc -t artiq all
99+
$ ./make.py -X ~/artiq-dev/artiq/soc -t artiq all
100100

101101
* Then, build and flash the ARTIQ runtime:
102102

@@ -139,7 +139,7 @@ Installing the host-side software
139139
$ cd ~/artiq-dev
140140
$ git clone https://github.com/numba/llvmlite
141141
$ cd ~/artiq-dev/llvmlite
142-
$ cat /path_to/artiq/patches/llvmlite/* | patch -p1
142+
$ cat ~/artiq-dev/artiq/patches/llvmlite/* | patch -p1
143143
$ LLVM_CONFIG_PATH=/usr/local/llvm-or1k/bin/llvm-config sudo -E python setup.py install
144144

145145
.. note::

0 commit comments

Comments
 (0)
Please sign in to comment.