annotate INSTALL @ 15:a24f0794ab4d default tip

INSTALL: document the new way
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 May 2024 00:29:21 +0000
parents c0bfd300b6e5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
a24f0794ab4d INSTALL: document the new way
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
1 The new split-components version of Themyscira Wireless software uses configure
a24f0794ab4d INSTALL: document the new way
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
2 scripts - you need to run ./configure before running 'make'. However, our
a24f0794ab4d INSTALL: document the new way
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
3 configure script is hand-coded, not Autotools/autohell, hence there is no
a24f0794ab4d INSTALL: document the new way
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
4 autoreconf nonsense involved.
13
c0bfd300b6e5 add INSTALL
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
15
a24f0794ab4d INSTALL: document the new way
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
6 Standard --prefix, --exec-prefix, --bindir, --includedir and --libdir options
a24f0794ab4d INSTALL: document the new way
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
7 are supported for changing installation directories; the default prefix is
a24f0794ab4d INSTALL: document the new way
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
8 /usr/local, following general FOSS community conventions.