Compare commits
2 Commits
d4de309ca7
...
bfa9bf592a
| Author | SHA1 | Date | |
|---|---|---|---|
| bfa9bf592a | |||
| 25475e8013 |
@ -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/`.
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user