-
Notifications
You must be signed in to change notification settings - Fork 42
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 #84
Comments
We should probably think about documenting this. Assuming you have the dependencies (should just be qt5) and build environment (g++ and cmake):
This is how you compile any cmake-based project, which this is. That will produce a file named "zdl" in the build directory. You just run that. |
please make document on it, |
I'm going to just write out a sequence of commands without checking them. They start with "checking out" (as we say) the source code, and end with actually running the executable:
|
How do i compile it on Linux?
The text was updated successfully, but these errors were encountered: