Update README.md
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m30s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m30s
This commit is contained in:
67
README.md
67
README.md
@@ -1,34 +1,33 @@
|
||||
|
||||
# ReWindow
|
||||
[](http://unlicense.org/)
|
||||
|
||||
A library which allows easily creating and managing a window and it's events across multiple platforms *primarily for games*.
|
||||
|
||||
|
||||
## Run Demo
|
||||
|
||||
|
||||
Install dependencies
|
||||
|
||||
```bash
|
||||
Fedora/RHEL: dnf install cmake make gcc-g++ libX11 libX11-devel mesa-libGL-devel
|
||||
Ubuntu/Debian: apt-get install cmake make gcc g++ libx11-6 libx11-dev libgl-dev libxrandr-dev
|
||||
```
|
||||
|
||||
Clone the repository
|
||||
|
||||
```bash
|
||||
git clone https://git.redacted.cc/Redacted/ReWindow.git
|
||||
```
|
||||
|
||||
Build
|
||||
|
||||
```bash
|
||||
cd ReWindow && mkdir build && cd build && cmake .. && make
|
||||
```
|
||||
|
||||
Run it
|
||||
|
||||
```bash
|
||||
./ReWindowDemo
|
||||
```
|
||||
# ReWindow
|
||||
[](http://unlicense.org/)
|
||||
|
||||
A library which allows easily creating and managing a window and it's events across multiple platforms *primarily for games*.
|
||||
|
||||
|
||||
## Run Demo
|
||||
|
||||
|
||||
Install dependencies
|
||||
|
||||
```bash
|
||||
Fedora/RHEL: dnf install cmake make gcc-g++ libX11 libX11-devel mesa-libGL-devel vulkan-loader-devel
|
||||
Ubuntu/Debian: apt-get install cmake make gcc g++ libx11-6 libx11-dev libgl-dev libvulkan-dev libxrandr-dev
|
||||
```
|
||||
|
||||
Clone the repository
|
||||
|
||||
```bash
|
||||
git clone https://git.redacted.cc/Redacted/ReWindow.git
|
||||
```
|
||||
|
||||
Build
|
||||
|
||||
```bash
|
||||
cd ReWindow && mkdir build && cd build && cmake .. && make
|
||||
```
|
||||
|
||||
Run it
|
||||
|
||||
```bash
|
||||
./ReWindowDemo
|
||||
```
|
||||
|
Reference in New Issue
Block a user