-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #37
- Loading branch information
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,24 +114,28 @@ cd atta | |
<!------------ Linux ------------> | ||
<details><summary> Linux </summary> | ||
<h4>Dependencies</h4> | ||
To build atta properly, you need to have cmake installed. | ||
<pre><code>sudo apt-get install cmake xorg-dev curl</code></pre> | ||
To build atta, you need: | ||
<ul> | ||
<li>g++ >= 9.0</li> | ||
<li>cmake >= 3.14</li> | ||
</ul> | ||
|
||
Also, be sure that your <strong>compiller supports C++17</strong> (g++ >= 9.0). | ||
<strong>Ubuntu:</strong> | ||
<pre><code>sudo apt-get install g++ cmake git xorg-dev curl</code></pre> | ||
<i>Note: If your ubuntu is old, you may need to install the latest cmake/g++ manually.</i> | ||
|
||
<h4>Run</h4> | ||
<pre><code>git clone [email protected]:brenocq/atta.git | ||
cd atta | ||
./scripts/build.sh --help | ||
./scripts/build.sh | ||
./build.sh --help | ||
./build.sh | ||
./build/release/bin/atta_test | ||
./build/release/bin/atta | ||
</code></pre> | ||
</details> | ||
|
||
If you found any errors, please do not hesitate to [create an issue](https://github.com/brenocq/atta/issues/new?assignees=brenocq&labels=fix&template=bug_report.md&title=) :wink:. | ||
|
||
|
||
## Discussions | ||
If you want to contribute, have ideas, or have questions about atta, feel free to [start a discussion](https://github.com/brenocq/atta/discussions). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters