Changes between Version 2 and Version 3 of LassoFromScratch

Show
Ignore:
Timestamp:
04/15/09 11:58:14 (7 months ago)
Author:
tautges (IP: 128.104.186.21)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LassoFromScratch

    v2 v3  
    330. Prerequisites: Lasso requires iMesh and iGeom implementations, so you'll need to build/install those first.  See [http://trac.mcs.anl.gov/projects/ITAPS/wiki/MoabFromScratch MoabFromScratch] and [http://trac.mcs.anl.gov/projects/ITAPS/wiki/CgmFromScratch CgmFromScratch] for instructions on the ANL implementations of those.  Because of the way Lasso restores relations between geometry/mesh entities, it may only work with those implementations anyway. 
    44 
    5 1. Grab the code straight from the repository using [http://subversion.tigris.org/ Subversion], from the repository at 
    6   [https://svn.mcs.anl.gov/repos/ITAPS/Lasso/trunk].   
     51. Grab the code straight from the repository using [http://subversion.tigris.org/ Subversion], using the command 'svn co https://svn.mcs.anl.gov/repos/ITAPS/Lasso/trunk Lasso.  Change into the Lasso subdirectory. 
    76 
    872. Run 'autoreconf -fi'. NOTE: Lasso relies on the autotools (autoconf, libtool, automake) that come with most LINUX/UNIX distributions. If they're not part of your OS, or you're getting mysterious autotools errors, you might want to try downloading/building more recent versions of those packages then trying again.