You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first i went to the readme and followed the given instructions like installing the following packages: sudo apt-get install libqt5gui5 qtbase5-dev qtwebengine5-dev \ libqt5svg5-dev qt5-image-formats-plugins aria2 \qttools5-dev-tools qtchooser qt5-qmake \qtbase5-dev-tools.
Then i noticed kiwix-desktop also depends on other libraries then i come to know about the kiwix-build . Then i cloned the repo locally and followed the setup instruction in the readme then i ran the command kiwix-build kiwix-desktop --config native_static
now i went back to the kiwix-desktop directory then i exported the package config path and ran the following commands qmake . and make.
Now this is where the error occured, error description
/usr/bin/ld: /home/bhargav/Pictures/projects/kiwix-build/BUILD_native_static/INSTALL/lib/x86_64-linux-gnu/libxapian.a(uuids.o): in function `Uuid::generate()':
(.text+0x27): undefined reference to `uuid_generate'
collect2: error: ld returned 1 exit status
make: *** [Makefile:464: kiwix-desktop] Error 1
os: ubuntu 24.04.1
The text was updated successfully, but these errors were encountered:
here are the steps i followed
os: ubuntu 24.04.1
The text was updated successfully, but these errors were encountered: