I am Charmie

メモとログ

2016-01-29から1日間の記事一覧

Pov-Ray 3.7 installation on Ubuntu 14.04

download from the github repository and then follow the instruction. [code lang="bash"] git clone https://github.com/POV-Ray/povray.git cd povray cd unix ./prebuild.sh cd .. ./configure COMPILED_BY="your name <email@address>" make ma…