We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd471b commit d145ac6Copy full SHA for d145ac6
doc/getting-started/building-from-source.rst
@@ -68,7 +68,7 @@ each with their own way to install development tools:
68
.. code-block:: none
69
70
$ wget https://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.27.tar.gz
71
- $ tar xzvf binutils-2.27 && cd binutils-2.27
+ $ tar xzvf binutils-2.27.tar.gz && cd binutils-2.27
72
$ ./configure
73
$ make
74
$ sudo make install
0 commit comments