Changes

m
→‎Install: no longer needed
Line 9: Line 9:  
==Install==
 
==Install==
 
<ol>
 
<ol>
<li>Apply distro-specific prerequisites if needed:
  −
  −
{| class="wikitable"
  −
|-
  −
! distros
  −
! prerequisites
  −
|-
  −
| Debian-based<br /><small>(Debian, Ubuntu, Linux Mint)</small>
  −
| Install LibSSL 1.1 by running <code>sudo apt install libssl1.1</code> in a terminal.
  −
|-
  −
| Arch-based<br /><small>(Arch, Manjaro, EndeavourOS)</small>
  −
| Install OpenSSL 1.1 by running <code>sudo pacman -S openssl-1.1</code> in a terminal.
  −
|-
  −
| NixOS
  −
| Use [https://search.nixos.org/packages?channel=unstable&show=steam-run&type=packages steam-run] to run <samp>install on Linux.sh</samp> in the steps below.<br /><small>(Make sure your system has steam-run installed, or create a temporary nix-shell with steam-run by executing <code>export NIXPKGS_ALLOW_UNFREE=1 && nix-shell -p steam-run</code>. Then run <code>steam-run ./install\ on\ Linux.sh</code> in a terminal to start the installation.)</small>
  −
|-
  −
| Fedora
  −
| Install OpenSSL 1.1 by running <code>sudo dnf install openssl1.1</code> in a terminal.
  −
|-
  −
| Gentoo
  −
| Install OpenSSL 1.1 compatibility by running <code>sudo emerge --ask dev-libs/openssl-compat</code> in a terminal.
  −
|-
  −
| RHEL 8-based <br /><small>(RHEL 8, CentOS 8, Rocky 8, Alma 8)</small>
  −
| Install OpenSSL 1.1 by running <code>sudo dnf install openssl</code> in a terminal.
  −
|}
  −
</li>
   
<li>Download the [https://smapi.io/ latest version of SMAPI].</li>
 
<li>Download the [https://smapi.io/ latest version of SMAPI].</li>
 
<li>Extract the <samp>.zip</samp> file somewhere (but not in your game folder!).</li>
 
<li>Extract the <samp>.zip</samp> file somewhere (but not in your game folder!).</li>
528

edits