Re: GNUstep
Riccardo Mottola <[email protected]> Sat, 3 Jan 2026 10:37:48 +0100
| Newsgroups | gmane.comp.lib.gnustep.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Hanah Hanah (花) Elizabeth wrote: > IMPORTANT! > You must update your .ssh directory so it contains your github ssh key -> about this I am unsure > Begin setup for linux > bash: line 46: ./setup-linux: Permission denied > ======== Create gnustep build directories ======== > bash: line 60: git: command not found -> missing git tools > bash: line 66: ./tools-scripts/clone-all-repos: No such file or directory > ================ Install Dependencies ================ > bash: line 70: ./tools-scripts/install-dependencies-linux: No such > file or directory > ================ Build ================ > bash: line 74: ./tools-scripts/build-linux: No such file or directory > ================ Post Installation ================ > bash: line 78: ./tools-scripts/post-install-linux: No such file or > directory > Done... > -> errors due to no checkout From the errors, I see you also miss git. This causes the script not to be able to clone sources. I suppose also other minor things, so I suggest you to: sudo apt install build-essential sudo apt install git sudo apt install pkg-config that should solve some of the errors above. About the .ssh and github key, I am unsure. Do you have a github account? I don't know if those scripts run as "anonymous". I suppose most people that used them are developers and always have a github account setup. Ideally they should do run without, but I don't know. Please though install my above suggestions and retry. Riccardo