diff options
author | Charadon <dev@iotib.net> | 2022-09-29 09:05:31 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-09-29 09:05:31 -0400 |
commit | 7b14bab581cf4b4a93358b154a72652154cb787c (patch) | |
tree | c63fc83c32bd87eb4eb75c4c9848e41377dd4aa6 /docs | |
parent | 3946e9d6c2c55df1abec44435471baf75a55a73c (diff) | |
download | dscip-7b14bab581cf4b4a93358b154a72652154cb787c.tar.gz |
Added packaging.txt
Diffstat (limited to 'docs')
-rw-r--r-- | docs/packaging.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/packaging.txt b/docs/packaging.txt new file mode 100644 index 0000000..f0b1faa --- /dev/null +++ b/docs/packaging.txt @@ -0,0 +1,12 @@ +My personal recommended way to package DSCIP is to do the following: + +Install all the scripts except setup.sh into /usr/share/charadon/dscip. +Next, install setup.sh to /usr/bin/setup-dscip. +And install the docs to your system's recommended documentation directory. +(Usually /usr/share/docs, or /usr/docs) + +If it's installed this way, instead of grabbing DSCIP from the remote git +repo, the setup script will copy the files from /usr/share/charadon/dscip. + +It requires no additional dependencies if I did things right, as it's written +in completel POSIX shell. |