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:
Jelle van der Waa 2023-03-08 16:05:43 +01:00 committed by Jelle van der Waa
parent 9f01b67b2e
commit 58c60f1736

View file

@ -2,9 +2,19 @@
Scaffolding for a [Cockpit](https://cockpit-project.org/) module. 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 # 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: These commands check out the source and build it into the `dist/` directory:
``` ```