po4a - Eases documentation translations and their maintenance ChangeLog

HOWTO


# po4a 0.69
# =========
# Get the tarball
cd
test -f installed/po4a-0.69.tar.gz &&
mv -f installed/po4a-0.69.tar.gz .
test ! -f po4a-0.69.tar.gz &&
wget https://github.com/mquinson/po4a/releases/download/v0.69/po4a-0.69.tar.gz

# Extract the source
cd ~/src
find -maxdepth 1 -type d -name "pod4a-*" -exec rm -r {} \;
tar xzvf ~/po4a-0.69.tar.gz
cd po4a-0.69
test $UID = 0 && chown -R root:root .

# Install prerequisites
cu -c "perl -MCPAN -e shell"
install Locale::gettext
install Term::ReadKey
install Text::WrapI18N
install Unicode::GCString
install YAML::Tiny
exit

# Build it
./Build

# Install it as root
su -c "./Build install"

# Once it is done, you can find what files were installed here:
# /usr/local/lib64/perl5/auto/po4a/.packlist

# Save the source for later
cd
mkdir -p -m 0700 installed
rm -f installed/po4a-*.tar.*
mv po4a-0.69.tar.gz installed/

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2023-10-02 8:59pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]