📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

63行目: 63行目:
source.json : https://github.com/kovidgoyal/calibre/blob/master/bypy/sources.json<br>
source.json : https://github.com/kovidgoyal/calibre/blob/master/bypy/sources.json<br>
<br>
<br>
Calibreは、上記のWebサイトに記載されている依存関係以外のバージョンでも動作する可能性もあるが、サポートされない。<br>
Calibreは、上記のWebサイトに記載されているライブラリ以外のバージョンでも動作する可能性もあるが、サポートされない。<br>
これらの依存関係に加えて、pkg-configやC/C++コンパイラ等、様々な要件が必要になる。<br>
これらの依存関係に加えて、pkg-configやC/C++コンパイラ等、様々な要件が必要になる。<br>
<br>
Calibreのビルドに必要なライブラリをインストールする。<br>
# SUSE
sudo zypper install make cmake autoconf automake libtool nasm ncurses-devel ninja nodejs-common nodejs-default \
                    zlib-devel libbz2-devel xz-devel libunrar-devel libzstd-devel libbrotli-devel libexpat-devel readline-devel \
                    glib2-devel dbus-1-devel dbus-1-glib-devel libicu-devel sqlite3-devel libffi-devel hyphen-devel snowball-devel \
                    freetype2-devel fontconfig-devel libjpeg62-devel libjpeg-turbo libjbig-devel jxrlib-devel openjpeg-devel openjpeg2-devel \
                    libpng16-devel optipng libtiff-devel libwebp-devel \
                    libxml2-devel libxslt-devel libgcrypt-devel libgpg-error-devel libpoppler-devel libpodofo-devel chmlib-devel \
                    xxhash-devel libuchardet-devel msgpack-c-devel msgpack-cxx-devel libspeechd-devel hunspell-devel \
                    graphite2-devel libusb-1_0-devel libmtp-devel libopenssl-devel libopenssl-1_1-devel \
                    qt6-base-devel qt6-declarative-devel qt6-svg-devel qt6-imageformats-devel qt6-shadertools-devel qt6-wayland-devel \
                    qt6-webenginecore-devel qt6-webenginewidgets-devel qt6-webchannel-devel qt6-sensors-devel qt6-positioning-devel \
                    python311-devel python311-installer python311-packaging python311-wheel python311-pyproject-hooks python311-build \
                    python311-setuptools python3-setuptools_scm python311-six python311-lxml python311-html5lib python3-html5-parser \
                    python311-python-dateutil python311-jeepney python311-dnspython \
                    python311-soupsieve python311-beautifulsoup4 python311-regex python311-chardet python311-u-msgpack-python \
                    python311-Pygments python311-webencodings python311-Pillow python311-netifaces python311-psutil \
                    python311-Brotli python311-zstd python311-ply python311-poetry-core python3-css-parser python3-pychm python3-mechanize python3-sgmllib3k python3-feedparser python3-html2text \
                    python3-Markdown python3-pycryptodome python3-apsw python3-ifaddr python3-texttable python3-zeroconf python3-FontTools \
                    python3-PyQt6 python3-sip6-devel python3-PyQt6-sip python3-pyqt-builder python3-PyQt6-WebEngine-devel
<br>
<br>
依存関係のインストール完了後、Calibreをインストールするため、以下のコマンドを実行する。<br>
依存関係のインストール完了後、Calibreをインストールするため、以下のコマンドを実行する。<br>
  curl -L https://calibre-ebook.com/dist/src | tar xvJ cd calibre*
  curl -L https://calibre-ebook.com/dist/src | tar Jxv cd calibre*
  sudo python setup.py install
  sudo python setup.py install
<br><br>
<br><br>