blob: fa6bd43650810556ddd0371c0a4695845d0b8f8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}
|