Compare commits

..

No commits in common. "bfa9bf592a282c14e2fcdff93dbbb00a2a9708ee" and "d4de309ca7d0442af8deefacc9a22940a493d1a4" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -4,9 +4,9 @@ A game engine or something, idk.
## Installation
1. Clone the repository.
```sh
git clone --recurse-submodules https://timerix.ddns.net/git/Timerix/ougge.git
git clone --recurse-submodules https://timerix.ddns.net:3322/Timerix/ougge.git
```
2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild).
2. Install [cbuild](https://timerix.ddns.net:3322/Timerix/cbuild.git).
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 **Windows** download pre-built dll's from github releases and put them into `dependencies/precompiled/`.

View File

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