Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
/ astaire-legacy Public archive

VNF integration for Tun/Tap networking

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

Augugrumi/astaire-legacy

Repository files navigation

Astaire

How to build

First of all, generate all the autotools script with this command:

aclocal -I m4 --install && autoconf && automake --add-missing && autoheader

At this point, the compilation is simply:

./configure
make

If you want to install the program (this operation needs root access):

sudo make install

Building with docker

You can build on different distros using docker. Currently, we offer pre-configured images for:

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Ubuntu 18.10
  • Arch Linux

These are the distro we officially support. If you want, you can add Dockerfiles in the dockerbuilds repository to integrate them in our CI system.

To build with docker, clone the repository, and then, in the root of the project, run:

docker run --rm -u"1000:1000" -v $(pwd):/build augugrumi/astaire-dockerbuilds:ubuntu16.04

Available tags are:

  • ubuntu16.04
  • ubuntu18.04
  • ubuntu18.10
  • arch

License

See LICENSE file for more details

About

VNF integration for Tun/Tap networking

Topics

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published