aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-02-04 14:40:18 +0000
committermerakor <cem@ckyln.com>2021-02-04 14:40:18 +0000
commit36299cf9b64f44ff1cbff6319d18e97d68cdf81c (patch)
tree0e01e51641325c51a717fdbedcdefdc7c04a0de4 /INSTALL
parent97312778a09decf65030e994e72ce07434ce0f07 (diff)
downloadcpt-36299cf9b64f44ff1cbff6319d18e97d68cdf81c.tar.gz
docs: update
FossilOrigin-Name: e1aaeb99cb71189c4b86cc28a1b3377a1787e0e534bc7b03b94a37344b7bd3c0
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL33
1 files changed, 0 insertions, 33 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 2a80450..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,33 +0,0 @@
-Installation Instructions
-=========================
-
-In order to install cpt, you either need a redo implementation on your system,
-or use the `do` script inside the `tools/` directory (which is slower but the
-source code isn't that big anyways).
-
-Paths and version information can be configured from the `config.rc` file or
-through environment variables.
-
-
-Installing from a git checkout
-------------------------------
-
-On the git checkout of the repository, the info page for the package manager
-doesn't exist. The build system looks for `makeinfo` in order to build the info
-page, but exits with success if it isn't on your system. That's why you
-shouldn't edit the MAKEINFO variable even if you don't have it on your system,
-it is optional.
-
-
-With redo
----------
-
- redo
- DESTDIR= PREFIX=/usr/local redo install
-
-
-With minimal do
----------------
-
- ./tools/do
- DESTDIR= PREFIX=/usr/local ./tools/do install