Skip to content

Commit

Permalink
Improve BUILDING docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnptr committed May 31, 2024
1 parent 75959b2 commit 630acd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Operating Systems

* [Window (10/11)](BUILDING.md#windows-1011)
* [Ubuntu (22.04 LTS)](BUILDING.md#ubuntu-2204-lts)
* [macOS (Ventura 13)](BUILDING.md#macos-ventura-13)
* [Ubuntu (22.04/24.04)](BUILDING.md#ubuntu-22042404)
* [macOS (13/14)](BUILDING.md#macos-1314)
* [Build Project](BUILDING.md#build-project)


Expand All @@ -28,7 +28,7 @@ You may use default Git install options or chose any other default Git editor in
1. Download latest release version of installer from [cmake.org](https://cmake.org/download)
2. Select "Add CMake to the system PATH for the current user" during installation

# Ubuntu (22.04 LTS)
# Ubuntu (22.04/24.04)

## 1. Install Visual Studio Code (Or any other IDE)

Expand All @@ -41,7 +41,7 @@ You may use default Git install options or chose any other default Git editor in
2. And ```sudo apt-get install git gcc g++ cmake```


# macOS (Ventura 13)
# macOS (13/14)

## 1. Install Xcode (Or any other IDE)

Expand Down

0 comments on commit 630acd8

Please sign in to comment.