libclient docs are missing
The libclient code are vendored but the build steps are not copied here.
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Owner
it's in client-qt/INSTALL.md and https://docs.jami.net/build/index.html
what do you mean?
In https://git.jami.net/savoirfairelinux/jami-client-qt/-/blob/master/INSTALL.md it still assume that the lrc is a seperate path, e.g.
cd lrc python make-lrc.py
but there is no such path in https://git.jami.net/savoirfairelinux/jami-project. The jami-qt requires ffmpeg to build but it's not mentioned (not mentioned in lrc's install.md, either). These options are not mentioned, either.
- Aline Gondim Santos assigned to @agsantos
assigned to @agsantos
- Developer
Hello!
for the ffmpeg problem, you should not have to worry.
We recently bumped the ffmpeg version in the daemon and the following patches:
https://review.jami.net/c/jami-daemon/+/21874
https://review.jami.net/c/jami-client-qt/+/21873
are not yet merged, but are necessary for the windows build.
You can complete your build like:
cd <path to jami-project> python build.py --install --qt
-> daemon builds but client fails if you have qt != 6.2.3
if your qt is not 6.2.3, you can:
cd <client-qt> python build.py init python build.py --qtver <your qt version>
Edited by Aline Gondim Santos - Owner
The doc must be up-to-date ;)
- Sébastien Blin added severityhigh label
added severityhigh label
- Sébastien Blin assigned to @atraczyk
assigned to @atraczyk
- Aline Gondim Santos added sprintin progress label
added sprintin progress label
- Sébastien Blin mentioned in commit cad1c5c2
mentioned in commit cad1c5c2
- Aline Gondim Santos added sprintdone label and removed sprintin progress label
added sprintdone label and removed sprintin progress label
- Sébastien Blin closed
closed
- Sébastien Blin removed sprintdone label
removed sprintdone label