Skip to content

Add Arch docker container for building in unsupported systems

Madeline Trotter requested to merge (removed):master into master

Hey, I got Tulip building in an Arch Docker container so I thought I'd offer those files in case they're useful for anyone else.

To use:

  • Install Docker and cd to the project dir
  • Build the image: docker-compose build
  • Run a shell in the image: docker-compose run tulip /bin/bash
  • Make and run: make && ./build/tulip 🌷

Merge request reports