All Projects → dlang → Installer

dlang / Installer

Licence: bsl-1.0
dmd installers for various systems

Programming Languages

shell
77523 projects
bash
514 projects
d
599 projects

Projects that are alternatives of or similar to Installer

G
Simple go version manager, gluten-free
Stars: ✭ 307 (+314.86%)
Mutual labels:  installer, fish, version-manager
Chruby Fish
Thin wrapper around chruby to make it work with the Fish shell
Stars: ✭ 85 (+14.86%)
Mutual labels:  fish, version-manager
Plugin Nvm
Node version manager wrapper for Fish shell
Stars: ✭ 173 (+133.78%)
Mutual labels:  fish, version-manager
Goup
Elegant Go installer
Stars: ✭ 94 (+27.03%)
Mutual labels:  installer, version-manager
Fish detection
Fish detection using Open Images Dataset and Tensorflow Object Detection
Stars: ✭ 67 (-9.46%)
Mutual labels:  fish
Dotfiles.fish
my own dotfiles ported to fish
Stars: ✭ 59 (-20.27%)
Mutual labels:  fish
Fish
golang h5捕鱼游戏
Stars: ✭ 58 (-21.62%)
Mutual labels:  fish
Github
a module for building, searching, installing, managing, and mining Stata packages from GitHub
Stars: ✭ 56 (-24.32%)
Mutual labels:  installer
Jsvu
JavaScript (engine) Version Updater
Stars: ✭ 1,192 (+1510.81%)
Mutual labels:  installer
K8s Offline
Offline installation package for kubernetes.
Stars: ✭ 72 (-2.7%)
Mutual labels:  installer
Biddle
Self-hosted application distribution
Stars: ✭ 66 (-10.81%)
Mutual labels:  installer
Dotfiles
🏠
Stars: ✭ 60 (-18.92%)
Mutual labels:  fish
Wordpress Plugin Installer
A PHP class for installing and activating WordPress plugins.
Stars: ✭ 69 (-6.76%)
Mutual labels:  installer
Fish Docker Compose
Fish shell completions for docker-compose
Stars: ✭ 58 (-21.62%)
Mutual labels:  fish
.dotfiles
These are my .dotfiles. There are many like them, but these ones are mine.
Stars: ✭ 72 (-2.7%)
Mutual labels:  fish
Dvm
Fast and simple Deno runtime version manager written in OCaml
Stars: ✭ 58 (-21.62%)
Mutual labels:  version-manager
Gitfu.fish
All-purpose git utility functions in Fish.
Stars: ✭ 64 (-13.51%)
Mutual labels:  fish
Archlinux Installer
Arch Linux Installer,Install your Arch Linux more quickly
Stars: ✭ 72 (-2.7%)
Mutual labels:  installer
Types Installer
Installs @types for your dependencies
Stars: ✭ 64 (-13.51%)
Mutual labels:  installer
Autopair.fish
Auto-complete matching pairs in the Fish command line.
Stars: ✭ 63 (-14.86%)
Mutual labels:  fish

D installers

CI status Bugzilla Issues

This repository hosts scripts to build DMD installers and packages.

To download a ready-built D installer or package, please visit the dlang.org downloads page.

To learn more about the install script, please visit the install.sh documentation.

To report a problem or browse the list of open bugs, please visit the bug tracker.

Prebuilt Windows libaries

The following binaries are pre-built:

  • LLD (windows/build_lld.bat) - the LLVM linker
  • MinGW (windows/build_mingw.bat)
  • Curl (windows/build_curl.bat) - built on its own branch

Upgrading these libraries requires three steps:

1) Build the new application/library

  • bump the version of the library/application in azure-pipelines.yml
  • update the sha256sums file in the respective in windows (e.g. windows/build_lld.sha256sums)
  • submit a PR

2) Upload the artifact to downloads.dlang.org

  • upload the artifact to downloads.dlang.org
  • rebuilt the site index of downloads.dlang.org
  • ping a maintainer if you don't have the rights)

3) Bump the used application/library version

Typically this requires a PR against create_dmd_release/build_all.d.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].