Skip to content

Commit

Permalink
muh linux
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchgod0 committed Aug 28, 2024
1 parent deed3f6 commit 55773ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@
1. `sudo apt install mesa-common-dev`
1. `sudo apt install libgl1-mesa-dev`
2. `git submodule update --init`
3. `mkdir build`
4. `cd build`
5. `cmake ..`
6. `cmake --build . --config Release`
3. `./build.sh`

### WSL 2 (Windows 10 & 11)
Side-note: if you're using WSL, it's recommended you use Ubuntu 18.04 from the Microsoft Store.
Expand Down
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mkdir build
cd build
cmake ..
cmake --build . --config Release

1 comment on commit 55773ec

@sabianroberts
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SILLY things will happen to you.

Please sign in to comment.