README: document development dependencies for Fedora/Ubuntu
Document what is required to get a test VM build done, for some new contributors the gettext dependency is not obvious to resolve.
This commit is contained in:
parent
9f01b67b2e
commit
58c60f1736
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -2,9 +2,19 @@
|
|||
|
||||
Scaffolding for a [Cockpit](https://cockpit-project.org/) module.
|
||||
|
||||
# Development dependencies
|
||||
|
||||
On Debian/Ubuntu:
|
||||
|
||||
$ sudo apt install gettext nodejs npm make
|
||||
|
||||
On Fedora:
|
||||
|
||||
$ sudo dnf install gettext nodejs npm make
|
||||
|
||||
|
||||
# Getting and building the source
|
||||
|
||||
Make sure you have `npm` available (usually from your distribution package).
|
||||
These commands check out the source and build it into the `dist/` directory:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue