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
+1-3
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,12 @@ Awesome! [Here](https://github.com/alesbe/sorting-visualizer/wiki) you can find
32
32
-**Arrow Up / Arrow down**: Change sort type <br>
33
33
34
34
## 🖨️ Download
35
-
*Note:* Right now the Makefile is not working! Use `install.sh` for Linux or compile the project yourself while we're fixing the [issue](https://github.com/alesbe/sorting-visualizer/issues/10)!
36
-
37
35
### 🐧 Linux
38
36
- Clone the project: `git clone https://github.com/alesbe/sorting-visualizer && cd sorting-visualizer`
39
37
- Run `./install.sh`
40
38
41
39
### 🪟🍎 Windows / MacOS
42
-
Right now there isn't a pre-compiled executable, however, you can compile it following the [SFML guide](https://www.sfml-dev.org/tutorials/2.5/)!
40
+
Use [CMake](https://cmake.org/runningcmake/) to build the project! `CMakeLists.txt` is already included.
0 commit comments