Add README
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
parent
9ef1455170
commit
406e0f52e9
13
README.org
Normal file
13
README.org
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user