[Paraview] Re: paraview on mac
Mathieu Malaterre
mathieu.malaterre at kitware.com
Fri Apr 1 11:05:40 EST 2005
Jon,
Very nice approach. One more trick though. You don't have to 'hack'
CMakeCache.txt if you do the instructions in this order:
0. Install cmake (cmake.org)
1. Download the latest Tcl/Tk binaries from :
http://tcltkaqua.sourceforge.net/
2. Install the latest Tcl/Tk
3. Download ParaView from CVS, instructions can be found here:
http://www.paraview.org/HTML/Download.html#cvs
4. Make a ParaView-bin directory and DON'T run cmake.
5. Go into the ParaView source directory and delete the Tcl/Tk
utilities as:
ParaView/Utilities/TclTk/ rm -rf *
6. Now run cmake (it should fill all var properly, basically taking
system tcl/tk instead of the one shipped with paraivew)
7. Run make
8. You should be able to start ParaView from the command prompt by
entering the bin directory and type ./paraview
How does that sound :)
Mathieu
Jon H Kaspersen wrote:
> Hi again Paul,
>
> I did an ParaView build yesterday, just to verify the procedure. Here
> is how ParaView can be build on a Mac using Carbon:
>
> 1. Download the latest Tcl/Tk binaries from :
> http://tcltkaqua.sourceforge.net/
> 2. Install the latest Tcl/Tk
> 3. Download ParaView from CVS, instructions can be found here:
> http://www.paraview.org/HTML/Download.html#cvs
> 4. Make a ParaView-bin directory and run cmake.
> 5. Go into the ParaView source directory and delete the Tcl/Tk
> utilities as:
> ParaView/Utilities/TclTk/ rm -rf *
> 6. Hack the CMakeCache.txt file (Change the following entries):
> //The path to the Tk internal headers (tkMacOSXPort.h).
> TK_INTERNAL_PATH:PATH=/Library/Frameworks/Tk.framework/Versions/8.5/
> PrivateHeaders
>
> //Path to tcl include
> TCL_INCLUDE_PATH:INTERNAL=/Library/Frameworks/Tcl.framework/Headers
> //Path to tcl library
> TCL_LIBRARY:INTERNAL=-framework Tcl
> //Path to tcl stub library
> TCL_STUB_LIBRARY:INTERNAL=-framework Tcl
>
> //Path to tk include
> TK_INCLUDE_PATH:INTERNAL=/Library/Frameworks/Tk.framework/Headers
> //Path to tk library
> TK_LIBRARY:INTERNAL=-framework Tk
> //Path to tk stub library
> TK_STUB_LIBRARY:INTERNAL=-framework Tk
>
> 7. Run make
> 8. You should be able to start ParaView from the command prompt by
> entering the bin directory and type ./paraview
>
> Regards
> Jon
> On Mar 30, 2005, at 11:50 PM, Paul Wells wrote:
>
>> Thank you for the reply, Jon!
>>
>> I would very much like a compiled version if possible! X11 would be
>> fine. Is HFS ok or does it need UFS?
>>
>> Do you know about the Fink project?
>>
>> http://fink.sourceforge.net/
>>
>> I think it would be very interesting for many people to have your
>> ported ParaView available there.
>>
>> I am now trying to compile version 2.0 under Yellow Dog Linux, but I
>> don't get much time to work on it at the moment.
>> --
>> Regards
>> Paul J Wells MA.(Cantab.) CEng. MRAeS.
>>
>> Home: +44 1594 837029
>> Mobile (UK): +44 7803 713642
>> E-mail: pauljwells at mac.com
>> On 29 Mar 2005, at 08:12, Jon H Kaspersen wrote:
>>
>>> Hi Paul,
>>>
>>> It has been a while since I compiled ParaView under OSX. The last
>>> time I did it I used Carbon with the latest Tcl/Tk release (8.4.9 I
>>> think it was). It is important that you use the latest Tcl/Tk
>>> release if you are going to use Carbon. However, if you compile
>>> ParaView using X11 you will probably end up with a little bit more
>>> stable application.
>>> If you want I can make my compiled version available.
>>> If you want to try to compile yourself I can assist you as best I can.
>>>
>>> Regards
>>> Jon
>>>
>>> On Mar 23, 2005, at 3:59 AM, Paul Wells wrote:
>>>
>>>> Dear Jon
>>>>
>>>> I read your posting at Kitware that you had compiled paraview under
>>>> OSX.
>>>>
>>>> I should very much like to do this also, would you mind describing
>>>> what is necessary, or releasing the executable?
>>>>
>>>> I have been trying to compile on a mac under yellow dog linux, so
>>>> far I still have some problems.
>>>>
>>>> --
>>>> Regards
>>>> Paul Wells
>>>>
>>>>
>>> ========================================================
>>> Jon Harald Kaspersen Mob: +47 93 03 65 90
>>> Ph.D. Mechanical Engineering
>>> Senior Scientist
>>> SINTEF Helse
>>> N-7465 Trondheim
>>> NORWAY e-mail: Jon.H.Kaspersen at sintef.no
>>> WEB: http://www.sintef.no/helse
>>> ========================================================
>>>
>>
>>
> ========================================================
> Jon Harald Kaspersen Mob: +47 93 03 65 90
> Ph.D. Mechanical Engineering
> Senior Scientist
> SINTEF Helse
> N-7465 Trondheim
> NORWAY e-mail: Jon.H.Kaspersen at sintef.no
> WEB: http://www.sintef.no/helse
> ========================================================
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list