diff options
author | B. Watson <urchlay@slackware.uk> | 2024-01-31 02:09:03 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-01-31 02:09:03 -0500 |
commit | 7c1b4ef03f7cd15f57eb741729c6beeac9ee39af (patch) | |
tree | 50b531271de21a17a4671f3d04b32b9c87e74be4 | |
parent | abb5e0fa6b34e991dc7b2a5b83e032f52acac868 (diff) | |
download | xdeadzone-7c1b4ef03f7cd15f57eb741729c6beeac9ee39af.tar.gz |
Add INSTALL.
-rw-r--r-- | INSTALL | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +Prerequisites should be available on any *nix-like system. You need +make (GNU or BSD; others may work), a C compiler (gcc, clang, and +even pcc will work). If you're going to modify the man page, you'll +need rst2man. If you're going to "make install", you need a GNU-style +install command, a mkdir command that accepts -p, and gzip. + +A simple "make && sudo make install" should work, if you're not +creating a package. Binary will go to /usr/local/bin, man page in +/usr/local/share/man1, README in /usr/local/share/doc/xdeadzone. + +If you're a packager, have a look at the top of the Makefile for +variables you can override. Paths don't get "baked in" to the binary, +so you only have to override them on the "make install". Don't include +this INSTALL file in your package; it's useless for binary package +users. |