
הידור Okular מקוד מקור בלינוקס
If you are looking for the pre-compiled packages, visit the download page. You can check the packaging status here
כדי להדר את Okular, צריך סביבת הידור מוגדרת, באופן כללי, ההפצה שלך אמורה לספק לך כזאת. כדי להדר את גרסת הפיתוח של Okular יש לפנות אל בנייה מקוד מקור בוויקי הקהילתי של KDE.
אפשר להוריד ולהדר את Okular באופן הבא:
git clone https://invent.kde.org/graphics/okular.gitcd okularmkdir buildcd buildcmake -DCMAKE_INSTALL_PREFIX=/path/to/your/install/dir ..makemake install
If you install Okular in a different path than your system install directory it is possible that you need to run source build/prefix.sh; okular so that the correct Okular instance and libraries are picked up.
חבילות רשות
There are some optional packages you could install in order to have some more functionalities in Okular. Some might already be packaged for your distro, but other may not. If you want to avoid any issues, stick to the packages supported by your distribution
- Poppler (PDF backend): To compile the PDF backend, you need the Poppler library, for which the minimum version required is 0.24
- Libspectre: In order to compile and use this PostScipt (PS) backend, you need libspectre >= 0.2. If your distro does not package it, or the packaged version is not enough, you can download it here
- DjVuLibre: To compile the DjVu backend, you need DjVuLibre >= 3.5.17. As with Libspectre, you can get it from your distro or here.
- libTIFF: This is required for TIFF/fax support. Currently there is no minimum required version, so any quite recent version of the library available from your distro should work. In case of trouble, do not hesitate to contact the Okular developers.
- Libepub: If you need EPub support, you can install this library from your distro or from sourceforge.
הסרת Okular
אפשר להסיר את Okular על ידי הרצת make uninstall בתיקיית ה־build שלך. הפעולה הזאת תסיר את היישום מהמערכת שלך. היא לא תסיר נתוני משתמש כלשהם שצפית בהם, יצרת אותם או ערכת אותם עם Okular.