LightBeam wrote:
> No solution ? Wich files modifying ? How-to ? etc ?
> :-(
1. Download megapov 1.2.1 sources for Unix and save to any folder; unpack the archive:
wget 'http://megapov.inetart.net/packages/unix/megapov-1.2.1.tar.bz2'
tar xvjf megapov-1.2.1.tar.bz2
2. Download the following patch and save to the parent directory of megapov-1.2.1/
wget 'http://pov4grasp.free.fr/download/megapov-1.2.1-mcpov-0.0.5.patch.bz2'
bunzip2 megapov-1.2.1-mcpov-0.0.5.patch.bz2
(NOTE: the patch is based on the MC-POV 0.0.5 sources by Fidos available at:
http://pagesperso-orange.fr/fidos/MCPov/MCPov.html)
3. Patch the megapov sources -- no error/warning should be displayed; build megapov as
usual:
patch -p0 < megapov-1.2.1-mcpov-0.0.5.patch
cd megapov-1.2.1
./configure COMPILED_BY=you && make
HTH,
- NC
Post a reply to this message
|