1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

FreeBSDで5ちゃんねるビューワJDimをビルド・運用

Last updated at Posted at 2025-06-28

FreeBSDで5ちゃんねるビューワJDimをビルドして使用する。

パッケージのインストール

sudo pkg install git gnutls gtkmm gtk2 gmake pkgconf intltool cmake boost-libs pcre2 libX11 libXScrnSaver libSM libICE meson ninja

ビルド

git clone -b master --depth 1 https://github/JDimproved/JDim.git jdim
cd jdim
meson setup builddir
ninja -C builddir

mona fontのインストール

sudo pkg install ja-font-mona-ttf

キャッシュディレクトリを変更。(rm ~/.cache/*で、いらないキャッシュをクリアすることがあるため)

~/.zshrcなどに追加。

export JDIM_CACHE=~/.jdimcache

インストール・実行

sudo cp builddir/src/jdim /usr/local/bin
jdim
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?