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] deuce created |
install:nix:fetch_makefile [2020/08/29 12:29] (current) digital man missing the 'h' in https |
||
---|---|---|---|
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. This step is simply downloading [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/GNUmakefile|the newest makefile]] from CVS and placing it into the installation directory. | + | A single makefile has been developed which performs a great many steps which previously needed to be done manually. This step is simply downloading [[https://gitlab.synchro.net/sbbs/sbbs/-/raw/master/install/GNUmakefile|the newest makefile]] from Git and placing it into the installation directory. |
- | 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 ''curl'' or ''fetch'') will work as well. In the worst case, you can download the file with a browser and save/move it into the installation directory. | + | 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 ''curl'' or ''fetch'') will work as well. In the worst case, you can download the file with a browser and save/move it into the installation directory. |
- | 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. You can install wget or use any other means of downloading the file from ''%%http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/GNUmakefile%%'' into the installation directory. ''curl'' or ''fetch'' may be installed on your system and can be used with the same command-line. | + | wget is not installed. You can install wget or use any other means of downloading the file from ''%%https://gitlab.synchro.net/sbbs/sbbs/-/raw/master/install/GNUmakefile%%'' into the installation directory. ''curl'' or ''fetch'' may be installed on your system and can be used with the same command-line. |
===== See Also ===== | ===== See Also ===== | ||
- | * [[:install:nix:|install:nix index]] | + | * [[:install:nix:|UNIX Install]] |