dexed/setup
Basile Burg 8facd41f47 add a changelog file and use it when publishing using gitlab api 2020-03-31 22:01:27 +02:00
..
.gitignore update version and add config to build full 64 bit win rlz, close #367 2019-01-02 23:10:40 +01:00
build-release.sh add a changelog file and use it when publishing using gitlab api 2020-03-31 22:01:27 +02:00
deb.sh add a CI configuration allowing to build a release 2020-03-15 20:00:29 +01:00
readme.md fix bad condition for creating a gitlab release from ci 2020-03-18 07:37:27 +01:00
rpm.sh add a CI configuration allowing to build a release 2020-03-15 20:00:29 +01:00
setup.d fix #473 - sudo setup and ownership of the folder containing the settings 2019-05-16 00:56:09 +02:00
setup.dprj fixup release version in setup program builder 2020-03-12 12:33:29 +01:00
setupzip-nux-noarch.sh update version 2018-10-21 14:54:17 +02:00
setupzip-win-noarch.bat update version and add config to build full 64 bit win rlz, close #367 2019-01-02 23:10:40 +01:00
version.txt fix bad condition for creating a gitlab release from ci 2020-03-18 07:37:27 +01:00
zip-nux32.sh rename as Dexed, "D extended editor" 2018-10-20 13:28:15 +02:00
zip-nux64.sh rename as Dexed, "D extended editor" 2018-10-20 13:28:15 +02:00
zip-win32.bat fix win scripts that zip the binaries 2019-04-04 19:55:04 +02:00
zip-win64.bat fix win scripts that zip the binaries 2019-04-04 19:55:04 +02:00

readme.md

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.