-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
Description
I'm following https://github.com/buggins/dlangui/wiki/Getting-Started and the hello world app fails to build if zlib isn't installed. It started working after apt install zlib1g-dev (Ubuntu). Is it an actual Dlang dependency or a transitive dependency from its packages?
Also, freetype mentioned here #665 probably also should be listed as a dependency (libfreetype-dev on Ubuntu)