To download anim:
Linux (including Ubuntu-on-Windows)
- Make sure you have standard OpenGL packages first:
sudo apt install freeglut3-dev libglew-dev
- Download anim
- Go to your downloads directory and unpack the tarball:
tar xvf anim.tar
- Switch to the anim/ directory you just created:
cd anim
- Compile the program and the demos:
make anim
make demos
- Install anim by copying it into your system path:
sudo make install
Mac OSX
- Download anim
- Go to your downloads directory and unpack the tarball:
tar xvf anim.tar
- Switch to the anim/ directory you just created:
cd anim
- Compile the program and the demos:
make anim-mac
make demos
- Install anim by copying it into your system path:
sudo make install
(This is a test update)
test link