From 406e0f52e9422935bb30c75cf77d929281b446aa Mon Sep 17 00:00:00 2001 From: somebody_master Date: Wed, 21 Jun 2023 22:02:52 +0200 Subject: [PATCH] Add README Signed-off-by: somebody_master --- README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..a6a3911 --- /dev/null +++ b/README.org @@ -0,0 +1,13 @@ +#+title: GDExtension Template + +This repository contains the basic building block to start width GDExtension. Contains a build folder width a bash script to compile. Requires scons to build gdextension, bear to create the compilation database, gcc to build for linux, mingw-gcc to build for windows and a working NDK to build for android. + +Build script usage: +#+BEGIN_SRC bash +build/build.sh +#+END_SRC + +To get all the options and an explanation use +#+BEGIN_SRC bash +build/build.sh -h +#+END_SRC