Compare commits

...

2 Commits

Author SHA1 Message Date
bfa9bf592a mkdir -p "dependencies/precompiled" 2025-04-21 17:57:35 +05:00
25475e8013 fixed git repo url 2025-04-21 16:50:22 +05:00
2 changed files with 3 additions and 2 deletions

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/`.

View File

@ -11,6 +11,7 @@ rm -rf 'dependencies/include/mono'
mkdir -p 'dependencies/include' mkdir -p 'dependencies/include'
cp -r "$mono_prefix_path/include/mono-2.0/mono" 'dependencies/include/' cp -r "$mono_prefix_path/include/mono-2.0/mono" 'dependencies/include/'
rm -rf "dependencies/precompiled/mono-libs" rm -rf "dependencies/precompiled/mono-libs"
mkdir -p "dependencies/precompiled"
mkdir -p "dependencies/precompiled/mono-libs" mkdir -p "dependencies/precompiled/mono-libs"
case "$OS" in case "$OS" in