Ambermoon: Difference between revisions
Tags: Mobile edit Mobile web edit |
mNo edit summary |
||
Line 14: | Line 14: | ||
== Install and run game == | == Install and run game == | ||
There is no nixpkgs yet, manually running | There is no nixpkgs yet, manually running the linux files or running the Lutris version will not work on NixOS due to the needed libraries. A very easy way to run it is via steam-run. | ||
* Install the steam-run commandline tool: just add the package to your NixOS configuration and rebuild: <syntaxhighlight lang="nixos"> | * Install the steam-run commandline tool: just add the package to your NixOS configuration and rebuild: <syntaxhighlight lang="nixos"> | ||
environment.systemPackages = with pkgs; [ steam-run ]; | environment.systemPackages = with pkgs; [ steam-run ]; | ||
Line 21: | Line 21: | ||
* Extract it in some directory | * Extract it in some directory | ||
* use a terminal and execute in this directory <syntaxhighlight lang="bash"> | * use a terminal and execute in this directory <syntaxhighlight lang="bash"> | ||
steam-run Ambermoon.net | steam-run ./Ambermoon.net | ||
</syntaxhighlight> | </syntaxhighlight> | ||