annotate INSTALL @ 8:7e2b24fc097b

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