From 52fc623a273076f2931dc18fdfc0cef5b4532a68 Mon Sep 17 00:00:00 2001 From: elmarsan Date: Mon, 25 Dec 2023 16:30:01 +0100 Subject: [PATCH] add unix build instructions --- .gitignore | 2 ++ README.md | 7 +++++++ bin/.gitkeep | 0 3 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 bin/.gitkeep diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..af9b925 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/libs/gl +/bin/OpenResident diff --git a/README.md b/README.md index 56bf229..304e9ea 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,11 @@ Based on the research of great engineers who spent many years of their lives on ## Screenshots ![image](https://user-images.githubusercontent.com/796763/192126092-b956fac0-e86a-4c5b-a9bc-91b586b2bfbc.png) +## Build + +### Unix + +1. Extract `src/libs/extract_here.zip` content into `src/libs/` +2. In `src/platform/nix` exec `build.sh` +3. Copy `bin/OpenResident` in your game folder diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29