This shows you the differences between two versions of the page.
pom:installation [2020/05/26 21:59] 127.0.0.1 external edit |
pom:installation [2020/11/12 10:31] (current) gmsoft [Building from svn] |
||
---|---|---|---|
Line 11: | Line 11: | ||
**IMPORTANT** If you want to use targets and inputs that uses libpcap or any other feature that requires some special dependency, make sure that you install them **before** running the ./configure script. On some distributions (e.g. Debian, Ubuntu) you will need to install the -dev package that contains the include files. For example on Debian you would execute "apt-get install libpcap-dev". The package pkg-config is also very important for the configure script. Make sure you have it installed on your system. | **IMPORTANT** If you want to use targets and inputs that uses libpcap or any other feature that requires some special dependency, make sure that you install them **before** running the ./configure script. On some distributions (e.g. Debian, Ubuntu) you will need to install the -dev package that contains the include files. For example on Debian you would execute "apt-get install libpcap-dev". The package pkg-config is also very important for the configure script. Make sure you have it installed on your system. | ||
- | ==== Building from svn ==== | + | ==== Building from git ==== |
- | You can obtain the source from the subversion repository by running the following command : | + | You'll find the sources here : https://github.com/gmsoft-tuxicoman/packet-o-matic |
- | svn checkout https://svn.tuxicoman.be/svn/packet-o-matic/trunk packet-o-matic | + | |
You need at least autoconf-2.61. Once you have checked out the repository, you need to run autoreconf to create the configure script. | You need at least autoconf-2.61. Once you have checked out the repository, you need to run autoreconf to create the configure script. | ||
Line 21: | Line 20: | ||
When this is done, proceed as explained below. | When this is done, proceed as explained below. | ||
- | For Gentoo users, a ebuild is available here : [[http://www.packet-o-matic.org/downloads/packet-o-matic-svn-1.ebuild]] | ||
==== Building from tarball ==== | ==== Building from tarball ==== |