Skip to content

Commit 244018d

Browse files
committed
README: Update manual build section with compatibility disclaimer
- Remove specific D compiler version requirement note - Add general warning that distributions may not package compatible versions of all dependencies - Recommend using the Nix build method if issues are encountered
1 parent fdbafc7 commit 244018d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ For development, use `nix develop` to enter a shell with all dependencies availa
9292

9393
### Manual build
9494

95-
1. Install [a D compiler](https://dlang.org/download.html).
96-
Note that you will need a compiler supporting D v2.097 or newer - the compiler in your distribution's repositories might be too old.
95+
1. Install [a D compiler](https://dlang.org/download.html).
9796
2. Install [Dub](https://github.com/dlang/dub), if it wasn't included with your D compiler.
9897
3. Install `libncursesw5-dev`, or your distribution's equivalent package.
9998
4. Run `dub build -b release`
10099

100+
Note: not all software distributions package a compatible version of all necessary dependencies.
101+
Success is not guaranteed; please use the Nix build method if you encounter issues.
102+
101103

102104
Usage
103105
-----

0 commit comments

Comments
 (0)