-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux dependencies #685
Comments
Hi! Actually, there's import std.zlib;
void main()
{
compress("whatever");
} |
As per freetype, as far as I understand, dlangui depends on If you can confirm that it's not the case -- feel free to add that to instructions :) |
It did not. The app started compiling only after I installed it through OS package manager.
It compiles and runs without issues. |
Thank you for your report! I'll try investigating this once I get a chance to work on Ubuntu |
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)
The text was updated successfully, but these errors were encountered: