summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-25 00:00:45 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-25 00:00:45 (EST)
commit7b0ad9daf4431bc85d958a7ca788d6d7b802b350 (patch)
tree077c5e24e2fcda1b92fda06c22ebd31538c330c5
parent7c82eabaf6b1c41058cbff448eee4b0084976cc5 (diff)
INSTALL: Remove custom installation instructions
Let Automake copy its own INSTALL file.
-rw-r--r--INSTALL54
1 files changed, 0 insertions, 54 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 2590fe0..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,54 +0,0 @@
-Basic Installation
-==================
-
-This software package uses a build system similar to one generated by GNU
-Autoconf and Automake.
-
-The `configure` shell script attempts to find certain system dependencies (e.g.
-a shell interpreter) and configure the package to be built and installed on the
-system. Upon successful dependency resolution and configuration, the script
-generates a `Makefile` in your current working directory.
-
-The simplest way to configure, build, and install this package is:
-
- 1. Run the `configure` script from the source directory or any other directory.
- For example, from the source directory you can run `./configure`.
- 2. Run `make` to build the package.
- 3. Run `make install` to install the package. You will probably need superuser
- privileges to install files into your system.
-
-To uninstall the package, you can run `make uninstall`.
-
-
-Options
-=======
-
-The `configure` script accepts certain command-line options to control package
-building and installation. Run the script with the `--help` option for more
-information.
-
-
-Macros
-======
-
-The macro `DESTDIR` affects the root directory into which the `Makefile`
-installs the package. For example, you can install the package into a
-filesystem hierarchy under a directory named `dest` in the current directory by
-running `make DESTDIR=dest install`.
-
-
-Separate Build Directory
-========================
-
-Building opkbuild from outside the source directory is currently unsupported.
-
-
-Copyright
-=========
-
-Copyright (C) 2012-2013 Patrick "P. J." McDermott
-
-Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved. This file is offered as-is,
-without any warranty.