mooigraph 080c7ba869 added rmp deb support | 3 лет назад | |
---|---|---|
.. | ||
deb | 3 лет назад | |
rpm | 3 лет назад | |
README.md | 3 лет назад | |
make_packaging.sh | 3 лет назад | |
tarballs.sh | 3 лет назад | |
targzip.sh | 3 лет назад |
To create tarballs package you need to follow the following steps:
# Enter Packaging Directory
$ cd packaging
# execute the script to generate tarballs
$ ./tarballs.sh
To create rpm package you need to follow the following steps:
# Enter Packaging Directory
$ cd packaging/rpm
# execute the script to generate tarballs
$ ./make_rpm.sh
To create deb package you need to follow the following steps:
# Enter Packaging Directory
$ cd packaging/deb
# execute the script to generate tarballs
$ ./make_deb.sh
On Unix/Linux system you need to execute the following command to install:
$ sudo tar xjf miptgraph-{version}.tar.bz2
to uninstall:
$ sudo rm -f /usr/include/miptgraph.hpp /usr/include/miptgraph*
On Fedora/CentOS/RedHat system you need to execute the following command to install:
$ sudo rpm -ivh miptgraph-{version}.noarch.rpm
to uninstall:
$ sudo rpm -e miptgraph-{version}
On Debian/Ubuntu system you need to execute the following command to install:
$ sudo dpkg -i miptgraph_{version}.deb
to uninstall:
$ sudo apt-get remove miptgraph
You can install from source the library using CMake. After the compilation phase, you can use:
$ sudo make install
to install the library.