docker run -it --rm ubuntu:18.04 bash apt update && apt install -y wget build-essential wget https://github.com/sphinxsearch/sphinx/archive/2.2.11.tar.gz # ... compile as above
Thoughts on Antiquity, Patristics, putting things online, information access, and more
docker run -it --rm ubuntu:18.04 bash apt update && apt install -y wget build-essential wget https://github.com/sphinxsearch/sphinx/archive/2.2.11.tar.gz # ... compile as above