- Converted version to 1.3.1

- Added links in task.html to Richard Querin's blog
- Added link to movie
This commit is contained in:
Paul Beckingham
2008-06-19 23:31:36 -04:00
parent 6673e408a2
commit d771586080
5 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
Task program tutorial, for version 1.4.0
Task program tutorial, for version 1.3.1
----------------------------------------
This guide shows how to quickly set up the task program, and become proficient
@@ -21,10 +21,10 @@ Build the task program according to the directions in the INSTALL file. This
transcript illustrates a typical installation:
% ls
task-1.4.0.tar.gz
% gunzip task-1.4.0.tar.gz
% tar xf task-1.4.0.tar
% cd task-1.4.0
task-1.3.1.tar.gz
% gunzip task-1.3.1.tar.gz
% tar xf task-1.3.1.tar
% cd task-1.3.1
% ./configure
...
% make