Damian Walker

Personal Web Pages

Some Linux Projects

Tuesday, 9th February 2016

My laptop and desktop computers are all running Linux.  I don't do much Linux-specific programming now, but some decades ago I enjoyed programming in C.  I recently dug up a couple of C projects of mine for Linux (and 32-bit DOS), the oldest being twenty years old.  So I've added a Linux page to the web site called Linux Software, and hosted the projects there.

Both were released under the GPL.  To use them you'll need to compile them yourself.  This should be easy: both use autoconf, so if you unpack them and cd to the relevant directory, they should compile and install with the command:

  ./configure && make && sudo make install