libdevuansdk/README.md

27 lines
762 B
Markdown
Raw Permalink Normal View History

2022-12-06 18:19:31 +00:00
libdevuansdk
2016-09-29 20:02:25 +00:00
============
2022-12-06 18:19:31 +00:00
libdevuansdk is a shell script library intended to unify the use and
2022-12-06 18:17:01 +00:00
creation of various functions spread throughout Delphinium's various SDKs.
2016-09-29 20:02:25 +00:00
## Requirements
2022-12-06 18:17:01 +00:00
Delphinium's SDKs are designed to be used interactively from a terminal, as
2022-12-06 18:19:31 +00:00
well as from shell scripts. libdevuansdk uses the functionality of the
2016-09-29 20:39:11 +00:00
[zuper](https://github.com/dyne/zuper) zsh library, but it does not include
2022-12-06 18:19:31 +00:00
it. You are required to include it in your SDK. However, libdevuansdk
2016-09-29 20:39:11 +00:00
requires the following packages to be installed:
2016-09-29 20:02:25 +00:00
```
zsh sudo cgpt parted xz-utils
2016-09-29 20:02:25 +00:00
```
## Documentation
2022-12-06 18:19:31 +00:00
Find documentation inside the `docs` directory of libdevuansdk. The following
packages need to be installed to compile the documentation:
```
python-markdown ruby-ronn
```