README.md (mrouted-4.3) | : | README.md (mrouted-4.4) | ||
---|---|---|---|---|
skipping to change at line 130 | skipping to change at line 130 | |||
The configure script and Makefile supports de facto standard settings | The configure script and Makefile supports de facto standard settings | |||
and environment variables such as `--prefix=PATH` and `DESTDIR=` for the | and environment variables such as `--prefix=PATH` and `DESTDIR=` for the | |||
install process. For example, to install mrouted to `/usr`, instead of | install process. For example, to install mrouted to `/usr`, instead of | |||
the default `/usr/local`, and redirect install to a package directory in | the default `/usr/local`, and redirect install to a package directory in | |||
`/tmp`: | `/tmp`: | |||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var | ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var | |||
make | make | |||
make DESTDIR=/tmp/mrouted-4.0-1 install-strip | make DESTDIR=/tmp/mrouted-4.0-1 install-strip | |||
This version of mrouted has [RSRR][] support for running RSVP, disabled | ||||
by default. Enable with `configure --enable-rsrr`. | ||||
**Note:** On some systems `--runstatedir` may not be available in the | **Note:** On some systems `--runstatedir` may not be available in the | |||
configure script, try `--localstatedir=/var` instead. | configure script, try `--localstatedir=/var` instead. | |||
Building from GIT | Building from GIT | |||
----------------- | ----------------- | |||
If you want to contribute, or simply just try out the latest but | If you want to contribute, or simply just try out the latest but | |||
unreleased features, then you need to know a few things about the | unreleased features, then you need to know a few things about the | |||
[GNU build system][buildsystem]: | [GNU build system][buildsystem]: | |||
skipping to change at line 200 | skipping to change at line 197 | |||
`mrouted-3.9beta3+IOS12.tar.gz` tarball. This project has integrated | `mrouted-3.9beta3+IOS12.tar.gz` tarball. This project has integrated | |||
all (?) known patches and continuously track the OpenBSD project, which | all (?) known patches and continuously track the OpenBSD project, which | |||
is based on the 3.8 release, for any relevant fixes. | is based on the 3.8 release, for any relevant fixes. | |||
[1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288112 | [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288112 | |||
[License]: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/mrouted/LI CENSE | [License]: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/mrouted/LI CENSE | |||
[License Badge]: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg | [License Badge]: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg | |||
[BSD License]: http://en.wikipedia.org/wiki/BSD_licenses | [BSD License]: http://en.wikipedia.org/wiki/BSD_licenses | |||
[RFC 1075]: http://tools.ietf.org/html/rfc1075 | [RFC 1075]: http://tools.ietf.org/html/rfc1075 | |||
[IP-in-IP]: https://en.wikipedia.org/wiki/IP_in_IP | [IP-in-IP]: https://en.wikipedia.org/wiki/IP_in_IP | |||
[RSRR]: doc/RSRR.md | ||||
[buildsystem]: https://airs.com/ian/configure/ | [buildsystem]: https://airs.com/ian/configure/ | |||
[mgen(1)]: https://www.nrl.navy.mil/itd/ncs/products/mgen | [mgen(1)]: https://www.nrl.navy.mil/itd/ncs/products/mgen | |||
[mcjoin(1)]: https://github.com/troglobit/mcjoin/ | [mcjoin(1)]: https://github.com/troglobit/mcjoin/ | |||
[mrouted(8)]: https://man.troglobit.com/man8/mrouted.8.html | [mrouted(8)]: https://man.troglobit.com/man8/mrouted.8.html | |||
[mroutectl(8)]: https://man.troglobit.com/man8/mroutectl.8.html | [mroutectl(8)]: https://man.troglobit.com/man8/mroutectl.8.html | |||
[mrouted.conf(5)]: https://man.troglobit.com/man5/mrouted.conf.5.html | [mrouted.conf(5)]: https://man.troglobit.com/man5/mrouted.conf.5.html | |||
[repo]: https://github.com/troglobit/mrouted/ | [repo]: https://github.com/troglobit/mrouted/ | |||
[GitHub]: https://github.com/troglobit/mrouted/actions/workflows/build. yml/ | [GitHub]: https://github.com/troglobit/mrouted/actions/workflows/build. yml/ | |||
[GitHub Status]: https://github.com/troglobit/mrouted/actions/workflows/build. yml/badge.svg | [GitHub Status]: https://github.com/troglobit/mrouted/actions/workflows/build. yml/badge.svg | |||
[Coverity Scan]: https://scan.coverity.com/projects/3320 | [Coverity Scan]: https://scan.coverity.com/projects/3320 | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 0 lines changed or added |