Changes between Version 2 and Version 3 of ToolsAndUtilities/Lampos
- Timestamp:
- 29/04/13 09:41:06 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ToolsAndUtilities/Lampos
v2 v3 11 11 12 12 == Installation == 13 The Lampos tool requires [http://www.tcl.tk Tcl] version 8 and perl. Download the Lampos distributionand put this in your home directory.13 The Lampos tool requires [http://www.tcl.tk Tcl] version 8 and [http://www.perl.org perl]. Download the Lampos distribution and put this in your home directory. 14 14 15 Type ,16 15 Type: 16 {{{ 17 17 tar - xvf lampos.tar 18 18 }}} 19 19 This will create a directory called lampos in your home directory. Next, add the following line to your .kshrc file: 20 20 {{{ 21 21 alias lampos='$HOME/lampos/lampos' 22 22 }}} 23 23 and execute this. 24 24 25 Then simply type lamposto run the tool.25 Then simply type `lampos` to run the tool.