POV-Ray : Newsgroups : povray.unofficial.patches : Compiling mcPov ? : Re: Compiling mcPov ? Server Time
27 Apr 2024 01:23:59 EDT (-0400)
  Re: Compiling mcPov ?  
From: Nicolas Calimet
Date: 10 Jun 2009 15:17:43
Message: <4a3006d7$1@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.