Refactor build resources
Move DUB files into /bld/d and add more instructions to README.
This commit is contained in:
parent
dd8e9d4296
commit
724659b25f
9 changed files with 69 additions and 28 deletions
11
README
11
README
|
|
@ -43,6 +43,17 @@ Build
|
|||
operating systems and WebAssembly, which can be useful for transpiling and
|
||||
new platform testing.
|
||||
|
||||
Quick Setup
|
||||
-----------
|
||||
|
||||
In a terminal run Godot with the "--dump-extension-api" flag; this will
|
||||
generate the "extension_api.json" required by your installation.
|
||||
Following this, run the following command:
|
||||
|
||||
dub run godot-dlang:generator -- -j extension_api.json -o
|
||||
|
||||
Refer to documentation for more information.
|
||||
|
||||
Project organized in conformance to the Straightforward C Project Standard 5
|
||||
(SCPS5).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue