« Bob Is Missing | Main | Open Source? »

Saturday, July 03, 2010

Thingamablog From Source

This blog is written using Thingamablog 1.1b6. I did not upgrade to TAMB 1.5 because of the many problems others are having with it. The source code for 1.5 has not been released, but the source for 1.1b6 is still available. I am more comfortable with the program knowing that I can build it from source.

Building Thingamablog from source is actually pretty easy. Download the source code from here:

Thingamablog1.1b6 

The code is in a zip file. Put the zip file into a directory and unzip it. Then, in a command line window, cd to the directory "thingamablog-1.1b6" and type "ant". Ant is the build tool used to build TAMB. Ant will compile and package Thingamablog for you automatically.

If the computer tells you that it doesn't know what ant is, download it from here:

http://ant.apache.org/ 

Ant runs on Windows, Linux and MacOSX ( and some others).

You also need the Java JDK, which contains the Java compiler used by ant. You can get the Java JDK here:

http://java.sun.com/javase/downloads/index.jsp 

Posted by Brian S. Kimerer at 11:06 PM

This site and all of its contents are copyright Brian S. Kimerer 2009