SimulaVR / Simula

Linux VR Desktop
MIT License
2.91k stars 87 forks source link

Simula builds from source #171

Open ltomes opened 2 years ago

ltomes commented 2 years ago

Hi there, I am hoping for a little guidance on getting a fast install. I'm on a fresh manjaro build with gnome. My install steps match the readme:

git clone --depth 1 --recursive https://github.com/SimulaVR/Simula
cd Simula
source ./utils/Helpers.sh && installSimula

At which point simula doesn't find a cashed package, and starts the long process of building from source. Feel free to link me to any man pages or articles, I don't mind reading.

these 2 derivations will be built:
  /nix/store/2cnvlmbpk2dyvnk6jd78zv6c5mcl41iq-godot-3.2.drv
  /nix/store/hmcwa7ggi1qalf87j760q8bpdmykcmvq-Simula.drv

image

Thanks for your time

Edit: My build from source has failed: image Could this be related to tmp space? My partition has around 20g free,

ltomes commented 2 years ago

Anyone else who comes across this issue. If building Simula from source at least 16384m of ram must be available or compile of godot will fail.

georgewsinger commented 2 years ago

@ltomes We seem to be having issues with caching lately. Did you manage to get it to build? If not, I just re-uploaded the binaries to cachix which should facilitate downloading/no build requirement.

ltomes commented 2 years ago

Yes I was able to build from source for QEMU/no gpu (or it's leveraging the 2080 hardware, and passing it through QEMU/novnc): image