Skip to content

Commit beffd36

Browse files
committed
Fix Issue 22431 - Add OpenBSD to Third-party downloads list
1 parent 15bbecd commit beffd36

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

download.dd

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ $(DOWNLOAD_OTHER $(DOCKER), $(LINK2 https://hub.docker.com/r/dlang2/dmd-ubuntu,
162162

163163
$(DOWNLOAD_OTHER $(OPENSUSE), $(LINK2 https://build.opensuse.org/package/show/devel:languages:D/dmd, OpenSUSE Tumbleweed), $(CONSOLE sudo zypper install dmd))
164164

165-
166165
$(DOWNLOAD_OTHER $(SNAP), $(LINK2 https://snapcraft.io/dmd, Snap),
167166
$(CONSOLE # install DMD compiler (including RDMD)
168167
sudo snap install --classic dmd
@@ -173,6 +172,16 @@ sudo snap install --classic dub
173172
\# install LDC compiler with LLVM backend
174173
sudo snap install --classic ldc2))
175174

175+
$(DOWNLOAD_OTHER $(OPENBSD), $(LINK2 https://openports.se/lang/dmd, OpenBSD), $(CONSOLE # install DMD compiler
176+
177+
doas pkg_add dmd
178+
179+
\# install DUB package/build manager (and DMD if not already installed)
180+
doas pkg_add dub-dmd
181+
182+
\# install D tools
183+
doas pkg_add dtools))
184+
176185
$(H2 Other Downloads)
177186

178187
$(UL

images/openbsd_logo.png

2.3 KB
Loading

0 commit comments

Comments
 (0)