0
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?

install DCL(電脳地球ライブラリ) on Rocky Linux 8.8

Last updated at Posted at 2024-10-01

TL;DR

  • install DCL(電脳地球ライブラリ) to /usr/local
  • use gcc & gfortran
  • rocky linux 8.8

url

requirement

  • GTK
  • cairo

install

必須パッケージ

dnf install wget gcc gcc-gfortran cairo-devel gtk3-devel

TeX

Texはうまく入らなかったので、後日再挑戦します

dnf install texlive-latex texlive-dvipdfmx texlive-pslatex
dnf install latexmk
tlmgr path add

DCL

get binary

wget https://www.gfd-dennou.org/library/dcl/dcl-7.5.1.tar.gz

extract

tar zxfv dcl-7.5.1.tar.gz
cd dcl-7.5.1

config

export  FC=gfortran
./configure

.hファイルを出力するためにf95ではなくgfortranを使う

install

mkdir /usr/local/share/fonts/
make
make install

Test

cd dcl-7.5.1/demo
make

cd gokuraku/
./hop

ファイル出力を選ぶと、dcl.pdfが出力される

0
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
0
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?