mirror of https://gitlab.com/basile.b/dexed.git
23 lines
623 B
Markdown
23 lines
623 B
Markdown
## Dastworx
|
|
|
|
_D AST works_ is a tool that processes the AST of a D module to extract several information used by dexed.
|
|
|
|
It's notably used by the _symbol list_ and the _todo list_ widgets.
|
|
|
|
## Build
|
|
|
|
If dexed is build manually you certainly have to build _dastworx_ too.
|
|
Two options exist.
|
|
|
|
#### Using dexed & the submodules
|
|
|
|
- If you've cloned this repository, make sure that the submodule are also here with `git submodule update --init`.
|
|
- In Dexed open the project `dastworx.dxp`.
|
|
- Select the `release` configuration.
|
|
- Click `Compile project`
|
|
|
|
#### Using the scripts
|
|
|
|
- Windows: `build.bat`
|
|
- Linux: `sh ./build.sh`
|