為 FreeBSD 打造 Java平台!

1.
安裝ImageMagic(遇到選單畫面取消printer驅動程式的安裝加快速度 大概要30-40分裝安裝)
cd /usr/ports/graphics/ImageMagick
make install clean

***********重要備註***********
#安裝過程中如出現訊息
#/libexec/ld-elf.so.1: Shared object \”libintl.so.5\” not found
#請
ln -s /usr/local/lib/libintl.so.6 /usr/local/lib/libintl.so.5
make deinstall
make reinstall clean

#安裝過程中如出現
#An older version of graphics/png is already installed (軟體名稱)
# You may wish to “make deinstall\’\’ and install this port again
# by “make reinstall\’\’ to upgrade it properly.
# If you really wish to overwrite the old port of graphics/png
# without deleting it first, set the variable \”FORCE_PKG_REGISTER\”
# in your environment or the \”make install\” command line.
#請進行
make deinstall
make reinstall clean
Continue reading “為 FreeBSD 打造 Java平台!”