Changes between Version 3 and Version 4 of ToolsAndUtilities/Lampos
- Timestamp:
- 29/04/13 09:42:37 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ToolsAndUtilities/Lampos
v3 v4 12 12 == Installation == 13 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 15 Type: 16 16 {{{ 17 17 tar - xvf lampos.tar 18 18 }}} 19 This will create a directory called lamposin your home directory. Next, add the following line to your .kshrc file: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 25 Then simply type `lampos` to run the tool.