ベースシステムの構築が終わったので, マージする.
# sysmerge
# cd /dev/ && ./MAKEDEV all
X の再構築.
# cd /usr/xenocara
# make bootstrap
# make obj
# make build
インストール済みのパッケージのアップデート.
# pkg_add -uv
● Emacs HEAD のインストール
でビルド環境を構築してコンパイル・インストールを行う.
#!/bin/sh
./configure \
--x-includes="/usr/X11R6/include -I/usr/local/include" \
--x-libraries="/usr/X11R6/lib -L/usr/local/lib" \
--prefix=/usr/local \
--mandir=/usr/local/share/man \
--infodir=/usr/local/info \
--with-x-toolkit=athena \
--with-xpm \
--with-jpeg \
--with-tiff \
--with-gif \
--with-rsvg \
--with-imagemagick \
--with-libotf \
--with-xaw3d \
--with-x
M-x emacs-version
GNU Emacs 29.0.50 (build 1, x86_64-unknown-openbsd7.1, X toolkit, cairo version 1.17.6, Xaw3d scroll bars) of 2022-05-02
【このカテゴリーの最新記事】
-
no image
-
no image
-
no image
-
no image
-
no image