Super Smash Bros. Melee: Difference between revisions

m Smudgebun moved page Melee to Super Smash Bros. Melee: Improve searchability by using the full game title.
Added information about running the AppImage on NixOS
 
Line 2: Line 2:


== Slippi ==
== Slippi ==
You can use the [https://github.com/lytedev/slippi-nix slippi-nix]flake to declaratively install and configure Slippi with Nix, or get the AppImage directly from [https://slippi.gg/ Slippi's website].
You can use the [https://github.com/lytedev/slippi-nix slippi-nix] flake to declaratively install and configure Slippi with Nix, or get the AppImage directly from [https://slippi.gg/ Slippi's website].
 
If you are using the AppImage, to run Slippi Online or Slippi Playback you will need <code>libcurl.so.4</code> to be in your [[Appimage#Run|appimage-run]] packages. This can be easily added through a package like <code>curlMinimal</code>.
 
<syntaxhighlight lang="nix">
  programs.appimage.package = pkgs.appimage-run.override { extraPkgs = pkgs: [
  pkgs.curlMinimal.out
  ];};
</syntaxhighlight>


== B0XX Emulation ==
== B0XX Emulation ==