The system has been tested and developed on ubuntu 16.04. All the default external software installations are done with ubntu 16.04 sources. The user can get a default copy of ubuntu 16.04 sources from its website. The software uses
import gringo
in the python shell and it should import the module if present.
There are certain prerequisite software that is required to be installed on your system to compile this project.
On debian based systems, these tools can be downloaded by writing the following line in command prompt
sudo apt-get install git uuid-dev autotools-dev libboost-all-dev
pip
or easy_install
to install them.
To install using pip
type
sudo pip install ipdb sympy
pip
from here.
git clone -b LPNMR-draft https://github.com/samidhtalsania/lpmln.git
aclocal
autoconf
automake --add-missing
./configure
sudo make install