From a16f83ca670adf263a53d9e1890d1928c92086ba Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Fri, 16 Aug 2024 14:43:03 +0200 Subject: [PATCH] Finally add a basic readme --- README.md | 1 + fix_paths.sh | 1 + output/README.md | 7 +++++++ 3 files changed, 9 insertions(+) create mode 120000 README.md create mode 120000 fix_paths.sh create mode 100644 output/README.md diff --git a/README.md b/README.md new file mode 120000 index 0000000..fd7354d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +output/README.md \ No newline at end of file diff --git a/fix_paths.sh b/fix_paths.sh new file mode 120000 index 0000000..29d6cbe --- /dev/null +++ b/fix_paths.sh @@ -0,0 +1 @@ +output/fix_paths.sh \ No newline at end of file diff --git a/output/README.md b/output/README.md new file mode 100644 index 0000000..c365566 --- /dev/null +++ b/output/README.md @@ -0,0 +1,7 @@ +# Pre-build dependencies for LegacyClonk + +Build scripts for statically linked dependencies of [LegacyClonk](https://github.com/legacyclonk/LegacyClonk). + +[Download binaries here](https://github.com/legacyclonk/deps/releases/latest) + +After extracting (or moving the folder) execute [fix_paths.sh](fix_paths.sh) (using Git Bash on windows) for adjusting absolute paths.