Next: Copying, Previous: Extensions, Up: Top [Contents]
In Ubuntu 19.04, the the following snippet will install most dependencies.
sudo apt install -y \ guile-2.2 \ guile-2.2-dev \ guile-library \ libgtk-3-dev \ libwebkit2gtk-4.0-dev \ libgtksourceview-4-dev
Using Guix, the following snippet will install all required dependencies in a temporary shell.
guix environment -l ./guix.scm
Then build the package with
autoreconf -vif ./configure make
Once you’ve built Nomad without errors, to run Nomad from the local build.
make test ./pre-inst-env ./src/nomad