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

Latest commit

 

History

History
41 lines (34 loc) · 1.03 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.03 KB

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