POV-Ray : Newsgroups : povray.programming : Df3 file bigger than 1024^3 : Re: Df3 file bigger than 1024^3 Server Time
8 May 2024 06:57:19 EDT (-0400)
  Re: Df3 file bigger than 1024^3  
From: Nicolas Calimet
Date: 30 Aug 2006 12:42:02
Message: <44f5bfda@news.povray.org>
> I never used megapov, can you provide the link for source code of megapov?

http://megapov.inetart.net/download.html


	Here are some instructions to apply the patch to the megapov for Unix
source code:

1) Download the "generic Unix source version", for instance:
       http://megapov.inetart.net/packages/unix/megapov-1.2.1.tar.bz2

2) Unpack it (creates the megapov-1.2.1/ directory):
       tar xvjf megapov-1.2.1.tar.bz2

3) View Christoph's patch in raw form, and save it as a text file in your
    home directory, e.g. ~/mp.patch:
       http://megapov.imagico.de/cgi-bin/hgweb.cgi?cs=649a35101349;style=raw

4) Go to the megapov-1.2.1/ source directory and apply the patch:
       cd megapov-1.2.1/
       patch -p1 < ~/mp.patch

    You should get something like this:
patching file source/frame.h
patching file source/patches/patches.h
Hunk #1 succeeded at 187 with fuzz 2 (offset -7 lines).
patching file source/pattern.cpp
Hunk #1 succeeded at 1739 (offset -279 lines).
Hunk #2 succeeded at 1761 (offset -279 lines).
Hunk #3 succeeded at 1780 (offset -279 lines).
Hunk #4 succeeded at 1807 (offset -279 lines).
Hunk #5 succeeded at 1871 (offset -279 lines).
Hunk #6 succeeded at 4607 (offset -332 lines).
Hunk #7 succeeded at 4634 (offset -332 lines).
Hunk #8 succeeded at 4651 (offset -332 lines).
Hunk #9 succeeded at 4668 (offset -332 lines).

5) Run the usual  ./configure COMPILED_BY=your_name  &&  make

	- NC


Post a reply to this message

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