This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
workshops:hpcprac1 [2020/07/01 12:44] kevin |
workshops:hpcprac1 [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| Move the tar file into the new directory: | Move the tar file into the new directory: | ||
| mv zlib-1.2.8.tar.gz src/ | mv zlib-1.2.8.tar.gz src/ | ||
| + | |||
| + | > Note that the version available is probably newer than 1.2.8 --- modify these instructions accordingly. | ||
| Untar the file | Untar the file | ||
| Line 85: | Line 87: | ||
| gcc -o zpipe -I ~/ | gcc -o zpipe -I ~/ | ||
| - | > The order of the command line options and arguments is important | + | > The **order** of the command line options and arguments is important |
| - | >> The commands to link the library file must come after the commands to compile. | + | > The commands to //link// the library file must come **after** the commands to //compile//. |
| | | ||
| - | If there are no errors and '' | + | If there are no errors and '' |
| You can test the new '' | You can test the new '' | ||
| Line 122: | Line 124: | ||
| And add (or edit the existing line) to have: | And add (or edit the existing line) to have: | ||
| - | PATH=$PATH:$HOME/ | + | PATH=$HOME/ |
| export PATH | export PATH | ||
| + | |||
| + | ====References==== | ||
| + | |||
| + | * '' | ||
| + | * [[http:// | ||