fixed git repo url

This commit is contained in:
Timerix 2025-04-21 16:50:22 +05:00
parent d4de309ca7
commit 25475e8013

View File

@ -4,9 +4,9 @@ A game engine or something, idk.
## Installation ## Installation
1. Clone the repository. 1. Clone the repository.
```sh ```sh
git clone --recurse-submodules https://timerix.ddns.net:3322/Timerix/ougge.git git clone --recurse-submodules https://timerix.ddns.net/git/Timerix/ougge.git
``` ```
2. Install [cbuild](https://timerix.ddns.net:3322/Timerix/cbuild.git). 2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild).
3. Install [SDL2](https://github.com/libsdl-org/SDL) and [SDL2_image](https://github.com/libsdl-org/SDL_image). 3. Install [SDL2](https://github.com/libsdl-org/SDL) and [SDL2_image](https://github.com/libsdl-org/SDL_image).
- On **Linux** install shared libraries from a package manager or compile them from source. - On **Linux** install shared libraries from a package manager or compile them from source.
- On **Windows** download pre-built dll's from github releases and put them into `dependencies/precompiled/`. - On **Windows** download pre-built dll's from github releases and put them into `dependencies/precompiled/`.