dexed/setup
Basile Burg 5e17d5617e Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +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 D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
deb.sh Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
delete-gitlab-artifacts.sh fix #22 - increasing repository storage due to CI 2020-04-08 00:26:35 +02:00
extract_last_changelog_part.d fix #23 - regex to take last changelog part does not work 2020-04-09 11:14:50 +02: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 D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
setup.d Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
setup.dprj rlz 2020-04-16 11:00:48 +02: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 rlz 2020-04-16 11:00:48 +02:00
zip-nux32.sh Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
zip-nux64.sh Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
zip-win32.bat Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
zip-win64.bat Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +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.