mesa-users] Using Mesa
Bill Paxton
paxton at kitp.ucsb.edu
Tue Nov 11 09:20:05 EST 2008
On Nov 10, 2008, at 10:24 PM, Roni Waldman wrote:
> What's wrong?
Let's go back to check how mesa was installed.
Did you do an svn checkout? That's currently the best way to go.
The current release version is given in the "getting started" webpage
as 743, so you'd do
svn co -r 743 https://mesa.svn.sourceforge.net/svnroot/mesa/trunk mesa
After the svn checkout finishes downloading lots of files, open
mesa/utils/makefile_header
and check that it's setup to use the fortran compiler you use.
Once you've specified the compiler, the build is done by:
cd mesa
./install
This script goes through building and testing all of the required
packages, finishing with mesa/star. You shouldn't have to do ./mk
unless you've edited some source file.
Let me know how it goes!
Cheers,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20081111/dd6d8529/attachment.html>
More information about the Mesa-users
mailing list