Well, that was a short-lived joy. The emulator cannot be built on a Linux box. Firstly, the funky error 'GIT_DISCOVERY_ACROSS_FILESYSTEM not set' and a 'git init' will not save the day. Secondly, manually downloading the zip files will not help because it will crash the make program.
A zip file containing everything to build is far easier than messing around with git.
If you do log in on "git" you will be able to solve the problem with the GITDISCOVIRY …' error there is the next surprise waiting for you:
make -C userspace-vdp-gl/src
make[1]: userspace-vdp-gl/src: No such file or directory. Stop.
make: [Makefile:15: userspace-vdp-gl/vdp_gl.a] Error 2
Well, that was a short-lived joy. The emulator cannot be built on a Linux box. Firstly, the funky error 'GIT_DISCOVERY_ACROSS_FILESYSTEM not set' and a 'git init' will not save the day. Secondly, manually downloading the zip files will not help because it will crash the make program.
A zip file containing everything to build is far easier than messing around with git.
If you do log in on "git" you will be able to solve the problem with the GITDISCOVIRY …' error there is the next surprise waiting for you: make -C userspace-vdp-gl/src make[1]: userspace-vdp-gl/src: No such file or directory. Stop. make: [Makefile:15: userspace-vdp-gl/vdp_gl.a] Error 2