From: Jim B. <ji...@ch...> - 2021-02-18 11:52:27
|
Hi John, Thanks for doing this. It would be nice if we could regain control of antigrain.com at some point! - Jim On Tue, 16 Feb 2021 at 07:06, John Horigan <jo...@gl...> wrote: > Hi Jim, > > Sorry for the hasty commit. I'm not used to McSeem's C-style memory > management. > > I was looking at the examples and I found that many of them don't build or > run anymore. Some examples download additional files from antigrain.com, > which is no more. The Makefiles literally have make rules like: > > 1.sdf: > @echo "Required file missing!!" > @echo "Please download http://www.antigrain.com/1.sdf to > /examples/sdl/" > @echo "Attempting to retrieve file: (will fail if curl -O is not > installed)" > curl -O http://www.antigrain.com/1.sdf > > > All but three of the required files are already present in the > examples/art directory. I'm preparing a commit that adds the remaining > three files and changes the Makefiles and Windows readme files to use the > new location. > > -- john > |