LoginSignup
1
0

More than 5 years have passed since last update.

osxでpo4aをインストールする手順(texinfoを翻訳したい場合)

Last updated at Posted at 2016-06-25

po4aインストール手順のメモです。

gettextとtexinfoを入れる

brew install texinfo
brew link --force texinfo
brew install gettext
brew link --force gettext

perlとcpanmを入れる

brew install perl
brew install cpanm

po4aのソースを展開してインストールする

wget https://alioth.debian.org/frs/download.php/file/4176/po4a-0.48.tar.gz
tar zxvf po4a-0.48.tar.gz
cd po4a-0.48
cpanm Module::Build
perl Build.PL
./Build installdeps
./Build
./Build install

brew link --force perl

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