Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| install:nix:fetch_makefile [2010/02/23 18:41] – created deuce | install:nix:fetch_makefile [2024/10/11 22:19] (current) – New installation makefile name digital man | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Discussion ===== | ===== Discussion ===== | ||
| - | A single makefile has been developed which performs a great many steps which previously needed to be done manually. | + | A single makefile has been developed which performs a great many steps which previously needed to be done manually. |
| - | The quick start instructions use wget since it seems to be installed by default on a large number of systems, but any utility which can download a URL to the current directory (such as '' | + | The quick start instructions use '' |
| - | The important thing is is that when you are done this step you should have the file from CVS downloaded and stored in the installation directory and be at a prompt in that same directory. | + | The important thing is is that when you are done this step you should have the file from Git downloaded and stored in the installation directory and be at a prompt in that same directory. |
| ===== Common Errors ===== | ===== Common Errors ===== | ||
| Line 15: | Line 15: | ||
| bash: wget: command not found | bash: wget: command not found | ||
| - | wget is not installed. | + | wget is not installed. |
| ===== See Also ===== | ===== See Also ===== | ||
| - | * [[: | + | * [[: |