Yaroslav Nikitenko
Yaroslav Nikitenko
I didn't know at that time, because it was downloading qt, and then it was building it. Oh, yes, here is the error: `build qt (native_dyn): configure qt : .ERROR...
I didn't use virtualenv (hope it doesn't influence the results), but otherwise I ran commands from https://github.com/kiwix/kiwix-build.
Please write that `qmake` must be installed. I had an error in the middle of building that qmake couldn't be found. I think that could be better reported in the...
This was suggested earlier, but the issue was closed (https://github.com/kiwix/kiwix-build/issues/49). I think there are two options: either do that automatically, or include in README (as proposed in this issue).
> @ynikitenko We don't repeat here what is written in specific project READMEs. @kelson42 in `kiwix-build` README it's written > The compilation is handled by the kiwix-build command. It will...
@mgautierfr now I understand, thanks. But in the prerequisites section it's written > You will need a recent version of Meson (>= 0.34) and Ninja (>= 1.6) Why don't you...
Before asking sudo password it prints a line like this: sudo dnf install pkg-config glibc-static libstdc++-static xz-static (so I think this is the command to be executed).
@kelson42 thanks for the prompt reply. Yes, I'm struggling to install kiwix-desktop, and I have many errors during that. If I had to enter sudo only once, that would not...
@kelson42 you're right. It seems that pkg-config is reinstalled every time. I don't know why it happens. dnf in the normal environment says that it is installed. kiwix-build tries to...
@kelson42 `1`. If I run without `--quiet`, it prints > package pkg-config is not installed (and other packages, which are installed).