# HG changeset patch # User Mychaela Falconia # Date 1716253564 0 # Node ID b4b4a822286ce2b4697e4d40b55bf378e97f904f # Parent 2c022e0334c469d9b91858da74e08c8c5c6a9bf1 add INSTALL diff -r 2c022e0334c4 -r b4b4a822286c INSTALL --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/INSTALL Tue May 21 01:06:04 2024 +0000 @@ -0,0 +1,8 @@ +The new split-components version of Themyscira Wireless software uses configure +scripts - you need to run ./configure before running 'make'. However, our +configure script is hand-coded, not Autotools/autohell, hence there is no +autoreconf nonsense involved. + +Standard --prefix, --exec-prefix and --bindir options are supported for +changing the installation directory for the compiled binaries; the default +prefix is /usr/local, following general FOSS community conventions.