From b627e525556c4452cb05ce8744e3f21f2bda2eb2 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 18 Mar 2022 21:40:11 -0700 Subject: Add INSTALL file. --- INSTALL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..fa6bd43 --- /dev/null +++ b/INSTALL @@ -0,0 +1,14 @@ +Installing cppawk +----------------- + +A cppawk installation consists of the cppawk script accompanied by +the cppawk-include directory containing the cppawk headers. +This directory is placed in the same directory as cppawk, side by side. + +For instance, /usr/local/bin/cppawk and /usr/local/bin/cppawk-include/. + +# root=/path/to/installation +# install -d ${root} +# install cppawk ${root} +# cp -r cppawk-include ${root} +# chmod -R a+rX,go-w ${root} -- cgit v1.2.3