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
This Program Visualizes and Audiolizes Sorting Algorithms. It includes 18 different Sorting Algorithms which can be visualized with 16 differnt Visuals, including two 3D models.
31
30
It comes with a user friendly settings menu, letting the user customize what the program should do and how it should look.
32
31
@@ -46,7 +45,12 @@ You can download the latest version of my Visualizer [here](inset link to releas
46
45
47
46
* Option 3: Clone the repository via git and build the code [on your own](https://github.com/CompilerStuck/sorting-visualizer#how-to-build-the-code-for-yourself):
48
47
49
-
## How to build the Code for yourself
48
+
## Getting Started - Building the code yourself
49
+
### Requirements:
50
+
51
+
* An installed JDK that is at least version 14. Download the newest version [here](https://jdk.java.net/19/)
52
+
* Make sure your [environment variables](https://www.baeldung.com/java-home-on-windows-7-8-10-mac-os-x-linux) are set.
@@ -55,12 +59,11 @@ You can download the latest version of my Visualizer [here](inset link to releas
55
59
56
60
### Building the Code:
57
61
58
-
1. Make sure your installed [JDK](https://jdk.java.net/19/) is at least version 14 and your [environment variables](https://www.baeldung.com/java-home-on-windows-7-8-10-mac-os-x-linux) are set.
59
-
2. Open a Terminal in the project folder and execute:
62
+
1. Open a Terminal in the project folder and execute:
0 commit comments