-
Notifications
You must be signed in to change notification settings - Fork 250
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
Two-page mode #1247
Comments
There is a |
Sorry, I just compiled Sioyek by your reference here, but there is no this option. Maybe I have to compile something another? But what is development brunch? |
I just compiled development branch. There is no this option. |
You did not compile the development branch if there is no |
I choose development, then git clone and compile. But I see the same url as for main. |
Sorry, could you explain how to compile the development branch? |
You need to checkout the development branch ( |
You mean that I have to start |
No, you need to clone the repo normally and then run |
I made as you wrote, but after compilation binary did not appear. |
Three QT modules were absent, I installed but the following error appears |
I can't help you with the level of information provided. Please include the full error message. |
It is the full output
|
This error should be fixed in 050fd38. |
I compiled, but I have the error again but with
|
I made some changes now, did they fix the issue? |
Yes, I see |
I cloned once more and verified this change. |
No I mean I have made changes since that commit. What do you mean by "certificated"? |
Sorry, it was typo, verified. One hour ago I made clone again and compiled. |
Ok, let me try clone again. |
BTW how to update a project without clone it again? |
You can pull the new changes (google |
I made compilation with another error
|
I have updated the code again. |
Another error
|
Wait you are using qt5? The development branch requires qt 6.5+. |
Sorry, I do not know. OS is Ubuntu 24.04. How to verify the qt version? |
|
You are using qt5 because your paths are like this: |
I installed qt6.5 by using this guide. But the compilation is made by qt5. I have qmake6 but I do not understand how to use it instead gmake for qt5. |
The |
I made changes as you wrote to qmake6, but I have error below. I think I can not compile this version and have to wait for oficial releas :(
|
on linux you can use CMake to compile, simply run: mkdir build
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build
./build/sioyek |
make sure to use the latest development branch |
This topic already discussed, and I see that this regime was implemented in experimental branch. I compiled this branch but there is no two page mode. This feature is really useful. When we can expect implementation it to stable release?
The text was updated successfully, but these errors were encountered: