Both sides previous revisionPrevious revisionNext revision | Previous revision |
install:nix:fetch_makefile [2020/08/29 12:27] – Change links from viewcvs/cvsweb to gitlab. digital man | install:nix:fetch_makefile [2024/10/11 22:19] (current) – New installation makefile name digital man |
---|
===== 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 [[https://gitlab.synchro.net/sbbs/sbbs/-/raw/master/install/GNUmakefile|the newest makefile]] from Git 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/install-sbbs.mk|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. |
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 ''%%ttps://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. | 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/install-sbbs.mk%%'' 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]] |
| |