Midgard Core Library
Unpack the midgard-core package if it's downloaded as a standalone package.
tar -xjvf midgard-core-1.6.1.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.
Advanced Configure Parameters
--enable-parser-logging
Logs every line of code preparsed by midgard-core. It produces huge log files, but it's very usefull when you are developing midgard-core. Don't use for production.
