Skip to content

Commit

Permalink
Docs: Arch build
Browse files Browse the repository at this point in the history
Issue #37
  • Loading branch information
brenocq committed Sep 27, 2022
1 parent 442a6d7 commit 5f16472
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ To build atta, you need:
<i>Note: If your ubuntu is old, you may need to install the latest cmake/g++ manually.</i>

<strong>Fedora:</strong>
<pre><code>sudo yum install g++ cmake glfw-devel</code></pre>
<pre><code>sudo yum install g++ cmake git glfw-devel curl</code></pre>

<strong>Arch:</strong>
<pre><code>sudo pacman -Sy g++ cmake git glfw-x11 curl</code></pre>

<h3>Run</h3>
<pre><code>git clone [email protected]:brenocq/atta.git
Expand Down

0 comments on commit 5f16472

Please sign in to comment.