forked from lix-project/lix
Manual: Add a missing step to the build instructions
Reported by Johan Grande.
This commit is contained in:
parent
258897c265
commit
05420e7883
|
@ -14,9 +14,10 @@ to the following chapters.</para>
|
||||||
<listitem><para>Download a source tarball or RPM or Debian/Ubuntu
|
<listitem><para>Download a source tarball or RPM or Debian/Ubuntu
|
||||||
package from <link xlink:href='http://nixos.org/'/>. Build source
|
package from <link xlink:href='http://nixos.org/'/>. Build source
|
||||||
distributions using the regular sequence:
|
distributions using the regular sequence:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ tar xvfj nix-<replaceable>version</replaceable>.tar.bz2
|
$ tar xvfj nix-<replaceable>version</replaceable>.tar.bz2
|
||||||
|
$ cd nix-<replaceable>version</replaceable>
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make
|
$ make
|
||||||
$ make install <lineannotation>(as root)</lineannotation></screen>
|
$ make install <lineannotation>(as root)</lineannotation></screen>
|
||||||
|
@ -69,7 +70,7 @@ libxslt-1.1.0
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>Install some packages from the channel:
|
<listitem><para>Install some packages from the channel:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ nix-env -i hello firefox <replaceable>...</replaceable> </screen>
|
$ nix-env -i hello firefox <replaceable>...</replaceable> </screen>
|
||||||
|
|
||||||
|
@ -87,7 +88,7 @@ $ firefox
|
||||||
<lineannotation>(read Slashdot or something)</lineannotation></screen>
|
<lineannotation>(read Slashdot or something)</lineannotation></screen>
|
||||||
|
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>Uninstall a package:
|
<listitem><para>Uninstall a package:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
|
|
Loading…
Reference in a new issue