mirror of https://gitlab.com/basile.b/dexed.git
29 lines
584 B
Markdown
29 lines
584 B
Markdown
This folder contains the files necessary to manually build dexed and its toolchain or to build a dexed release
|
|
|
|
## Requirements
|
|
|
|
### Building
|
|
|
|
- git
|
|
- ldc2
|
|
|
|
### Releaseing
|
|
|
|
- git
|
|
- ldc2
|
|
- rpm
|
|
- dpkg
|
|
- zip
|
|
|
|
## Build manually dexed and the toolchain
|
|
|
|
- in the project root directory `bash setup/build-release.sh`
|
|
|
|
## Building a dexed release
|
|
|
|
- add a git tag, update the occurences of the tag in the main readme.
|
|
- change the content of the _version.txt_ accordingly.
|
|
- in the project root directory `bash setup/build-release.sh`
|
|
|
|
The installers are produced in the _output_ directory.
|