Midgard Core Library
Unpack the midgard-core package if it's downloaded as a standalone package.
tar -xjvf midgard-core-8.09.tar.bz2
It's a good idea to copy source packages to
/usr/local/src directory for installation.
If you downloaded the Midgard_AllinOne package, change current directory to midgard-core within the package.
Make sure that paths like /usr/sbin and /usr/bin are in your system path. If not, you may easily define the environment variable PATH with the command:
$ export PATH=$PATH:/usr/sbin:/usr/bin:usr/local/sbin
In order to install the midgard-core package run the following commands (make sure you are logged in as root user):
$ ./configure
$ make
$ make install
If you want to tweak the configure options, run the command
configure --help to see all available parameters.
Vinland
Midgard core documentation describes its building phase.
