You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+55-25Lines changed: 55 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,40 +77,70 @@ Arrows show dependencies between modules. Green boxes show which features are im
77
77
This project aims to simulate complex systems like this, mainly composed of robots.
78
78
79
79
## Build & test
80
-
#### Dependencies
81
-
To build atta properly, you need to have cmake installed.
82
-
Dependencies for some operating systems:
83
-
84
-
**Windows:**
85
-
```bash
86
-
choco install cmake
87
-
```
88
-
89
-
**MacOS:**
90
-
```bash
91
-
brew install cmake
92
-
```
93
80
94
-
**Linux:**
95
-
```bash
96
-
sudo apt-get install cmake xorg-dev curl
97
-
```
98
-
99
-
#### Clone
100
-
Atta should build without errors when the **compiller supports C++17** (g++ >= 9.0).
81
+
<!------------ Windows ------------>
82
+
<details><summary> Windows </summary>
83
+
<h4>Dependencies</h4>
84
+
To build atta properly, you need to have cmake installed.
85
+
<pre><code>choco install cmake</code></pre>
86
+
Also, be sure that your <strong>compiller supports C++17</strong> (g++ >= 9.0).
101
87
102
-
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:.
_Obs: The build script should help the user with dependencies. If you found ploblems please let me know_
143
+
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:.
114
144
115
145
## Discussions
116
146
If you want to contribute, have ideas, or have questions about atta, feel free to [start a discussion](https://github.com/brenocq/atta/discussions).
0 commit comments