Skip to content
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

Open
Axis4s opened this issue Oct 1, 2022 · 3 comments
Open

Linux #84

Axis4s opened this issue Oct 1, 2022 · 3 comments

Comments

@Axis4s
Copy link

Axis4s commented Oct 1, 2022

How do i compile it on Linux?

@duganchen
Copy link
Collaborator

duganchen commented Oct 1, 2022

We should probably think about documenting this.

Assuming you have the dependencies (should just be qt5) and build environment (g++ and cmake):

mkdir build
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.

@strikoe
Copy link

strikoe commented Jan 9, 2023

please make document on it,
im new to linux,
cant find CMakeLists.txt file

@duganchen
Copy link
Collaborator

duganchen commented Jan 9, 2023

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:

git checkout https://github.com/qbasicer/qzdl.git
cd qzdl
mkdir build
cd build
cmake ..
./zdl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants