lix/doc/manual/src/installation
John Ericson 2f0b508c29 Get rid of bootstrap.sh
For people working on Nix with `nix develop`, it's better to just use
`autoreconfPhase` and `configurePhase`, which is standard Nixpkgs / nix
shell make from Nixpkgs practice --- it is good to emphasize the degree
to which Nix is *just* a regular C++ project which can be worked on in
the regular way.

(For people running `nix-shell`, the story is similar, except
`configurePhase` would use non-writable store paths, which matters for
hte times we use output paths before `make install`, so I kept the
existing `./configure ...` instruction.)

For people building Nix without Nix (e.g. packaging it for another
distro) they also don't need `bootstrap.sh`, and can just run
`autoreconf -vfi` directly. (More likely, they have their own idioms to
do this just as we have `autoreconfPhase`.)
2023-10-09 12:55:58 -04:00
..
building-source.md Get rid of bootstrap.sh 2023-10-09 12:55:58 -04:00
env-variables.md Add a setting for configuring the SSL certificates file 2023-03-17 18:32:18 +01:00
installation.md Expand installation.md 2023-01-16 11:38:50 -08:00
installing-binary.md move uninstall instructions to a separate page 2023-04-28 11:53:38 +02:00
installing-docker.md Fix docker instructions 2021-12-16 21:48:38 +01:00
installing-source.md Remove references to building from the source tarball 2021-11-02 15:29:47 +01:00
multi-user.md Enable syntax highlighting 2020-07-31 15:43:25 +02:00
nix-security.md Pandoc conversion 2020-07-23 18:26:48 +02:00
obtaining-source.md Remove references to building from the source tarball 2021-11-02 15:29:47 +01:00
prerequisites-source.md nix actually needs c++20 now 2023-06-10 13:56:05 +02:00
single-user.md Pandoc conversion 2020-07-23 18:26:48 +02:00
supported-platforms.md List aarch64 as supported macOS hardware 2021-12-15 10:55:34 -08:00
uninstall.md refactor: Join commands to remove files 2023-05-15 11:05:26 +12:00
upgrading.md Convert short nix options to long ones 2023-05-17 08:10:30 +01:00