Dwarf fortress: Difference between revisions

From wikinotes
(Created page with "<blockquote> Dwarf Fortress is a legendary game that can be played in a terminal. It was compiled as a 32bit application, and you need 32bit libraries to be able to play it....")
 
No edit summary
Line 1: Line 1:
<blockquote>
Dwarf Fortress is a legendary game that can be played in a terminal. It was
Dwarf Fortress is a legendary game that can be played in a terminal. It was  
compiled as a 32bit application, and you need 32bit libraries to be able to play it.
compiled as a 32bit application, and you need 32bit libraries to be able to play it.
Fortunately, it is included in arch's repo.
Fortunately, it is included in arch's repo.


<pre>
<syntaxhighlight lang="bash">
sudo pacman -S dwarffortress
sudo pacman -S dwarffortress
sudo chown -R will:games /opt/df_linux
sudo chown -R will:games /opt/df_linux
</pre>
</syntaxhighlight>

Revision as of 14:50, 2 July 2022

Dwarf Fortress is a legendary game that can be played in a terminal. It was compiled as a 32bit application, and you need 32bit libraries to be able to play it. Fortunately, it is included in arch's repo.

sudo pacman -S dwarffortress
sudo chown -R will:games /opt/df_linux