User Tools

Site Tools


eiffel:faq:mathmodels

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
eiffel:faq:mathmodels [2018/01/05 18:03]
jonathan created
eiffel:faq:mathmodels [2020/03/07 18:50] (current)
jackie [Mathmodels Download]
Line 1: Line 1:
 ====== Mathmodels Download ====== ====== Mathmodels Download ======
  
-====== ​MathModels ​======+The Mathmodels Library is already installed on all Prism workstations and on the SEL-VM (Software Engineering Virtual Machine).  
 + 
 +Mathmodels is available as a zip at http://​www.eecs.yorku.ca/​~eiffel/​zip/​mathmodels.zip 
 + 
 +====== ​Using SVN (Linux) ​======
  
 If you are working on your own Laptop, you may obtain the ''​Mathmodels''​ library by logging in as ''​anonymous''​ (blank password) via: If you are working on your own Laptop, you may obtain the ''​Mathmodels''​ library by logging in as ''​anonymous''​ (blank password) via:
Line 7: Line 11:
   svn export http://​svn.eecs.yorku.ca/​repos/​sel-open/​mathmodels/​   svn export http://​svn.eecs.yorku.ca/​repos/​sel-open/​mathmodels/​
   ​   ​
-  ​ + 
-You need to step an environmental variable ''​$MATHMODELS''​. ​Something like:+====== Or you can use SCP (WinSCP for Windows) ====== 
 + 
 +<​code>​ 
 +> mkdir mathmodels 
 +> scp -r student@red.eecs.yorku.ca:/​eecs/​fac/​share/​sel/​mathmodels/​library mathmodels 
 +</​code>​ 
 + 
 +====== Setup Environmental variables ====== 
 + 
 +You need to set an environmental variable ''​$MATHMODELS''​. ​ On Linux and OSX:
   ​   ​
 <​code>​ <​code>​
-export ISE_EIFFEL=/​usr/​local/​Eiffel_17.05+export ISE_EIFFEL=/​usr/​local/​Eiffel_18.11
 export ISE_PLATFORM=macosx-x86-64 export ISE_PLATFORM=macosx-x86-64
 export MATHMODELS=/​home/​user/​me/​mathmodels export MATHMODELS=/​home/​user/​me/​mathmodels
 export PATH=$PATH:​$ISE_EIFFEL/​studio/​spec/​$ISE_PLATFORM/​bin export PATH=$PATH:​$ISE_EIFFEL/​studio/​spec/​$ISE_PLATFORM/​bin
 </​code>​ </​code>​
 +
 +====== Documentation ======
 +
  
 [[https://​www.eecs.yorku.ca/​course_archive/​2016-17/​W/​3311/​eiffel-docs/​mathmodels/​index.html|Documentation for Mathmodels]] [[https://​www.eecs.yorku.ca/​course_archive/​2016-17/​W/​3311/​eiffel-docs/​mathmodels/​index.html|Documentation for Mathmodels]]
eiffel/faq/mathmodels.1515175434.txt.gz · Last modified: 2018/01/05 18:03 by jonathan