Simula: Difference between revisions

From wikinotes
No edit summary
Line 14: Line 14:
= Install =
= Install =
<blockquote>
<blockquote>
Ensure your user is in nix truxted-users
<syntaxhighlight lang="bash">
# /etc/nix/nix.conf
trusted-users = root will
</syntaxhighlight>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
cd /var/src \
cd /var/src \

Revision as of 13:11, 7 November 2021

Simula is a VR window manager built with the godot engine.

Documentation

home https://simulavr.com/shop/
github https://github.com/SimulaVR/Simula

Install

Ensure your user is in nix truxted-users

# /etc/nix/nix.conf
trusted-users = root will
cd /var/src \
  && git clone --depth 1 --recursive https://github.com/SimulaVR/Simula \
  && cd Simula \
  && source ./utils/Helpers.sh \
  && installSimula

ln -s `pwd`/result/bin/simula /usr/bin/simula