That is weird. The URLs that it uses are run by Google, and I assume that Google is diligent about keeping their certificates up-to-date (and not deleting old things randomly… probably…).
Fortunately, I’ve already made changes to get rid of that script entirely. The gn and ninja binaries will just come with the Antares download. You can try this out today if you use the second (git) version of
step one of the build instructions. In all:
$ sudo apt-get install git # if you don’t already have it
$ cd antares
$ ./configure # follow instructions and repeat if it complains
$ make
$ make test
$ make install
$ make run
Following the git instructions might actually be more interesting for a video! That way, you can try things before they’re released. People that want official releases shouldn’t really have to build Antares themselves, anyway.
There are other improvements I’ve made since 0.8.2: for example, you can run “make test” without installing the data first. You still have to run “make install” before “make run”, but I’m planning to improve that too.
Thanks for helping identify these problems!
P.S. If you’re making a video, you might want to do something like “sudo apt-get remove clang pkg-config libgl1-mesa-dev libglfw3-dev libglu1-mesa-dev libmodplug-dev libzip-dev libpng16-dev libneon27-dev libopenal-dev libsndfile1-dev libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev libxxf86vm-dev zlib1g-dev” before you record it. Since you already built Antares, you’ve probably got all of those installed now. In the video, it would be useful to show the part where ./configure says they’re missing, and install them again.