Difference between revisions of "Maude download and installation"

From The Maude System
Jump to: navigation, search
m
Line 11: Line 11:
 
If you are interested in more development environments please take a look at the [http://moment.dsic.upv.es/ MOMENT] project web site.)</small>
 
If you are interested in more development environments please take a look at the [http://moment.dsic.upv.es/ MOMENT] project web site.)</small>
  
==  Core Maude 2.6 ==
+
==  Core Maude 2.7 ==
  
 
Click on the appropriate link below to download the collection of binaries, or click the source link to download and compile the sources yourself.
 
Click on the appropriate link below to download the collection of binaries, or click the source link to download and compile the sources yourself.
  
* [[Media:Maude-2.6.tar.gz|Linux on Intel x86, x86-64 and MacOSX on Intel]] (Note: This has been tested only on Leopard and Tiger. Panther and Jaguar users should compile a binary from source.)
+
* [[Media:Maude27-linux.zip|Maude 2.7 for Linux64]]
* [[Compiling Maude from source|Sources]]
+
* [[Media:Maude27-osx.zip|Maude 2.7 for Mac OS X]]
 +
* [[Media:Maude-2.7.tar.gz|Maude 2.7 source files]]
  
To install from one of the above binaries, you need GNU gzip and tar. Simply extract the binary as follows: In a Unix shell, type
+
To install from one of the above binaries, simply extract the downloaded zip file.This generates the directory maude/ with the following files in it:
  gunzip maude.tar.gz
+
   linear.maude
  tar -xvf maude.tar
+
This generates the directory maude/ with the following files in it:
+
   socket.maude
+
  maude.intelDarwin
+
 
   machine-int.maude
 
   machine-int.maude
 +
  maude.[linux64|darwin64]
 
   metaInterpreter.maude
 
   metaInterpreter.maude
  linear.maude
 
 
   model-checker.maude
 
   model-checker.maude
  maude.linux
 
 
   prelude.maude
 
   prelude.maude
 +
  socket.maude
 
   term-order.maude
 
   term-order.maude
  maude.linux64
+
Depending on your system you can now run maude by starting the appropriate executable file: <tt>maude.linux64</tt> or <tt>maude.darwin64</tt>.
Depending on your system you can now run maude by starting the appropriate executable file: <tt>maude.linux</tt>, <tt>maude.linux64</tt> or <tt>maude.intelDarwin</tt>.
+
  
== Full Maude 2.6 ==
+
== Full Maude 2.7 ==
  
 
Full Maude is written in Maude, and is thus platform-independent. Download the new [[Media:full-maude.zip|Full Maude]] and move it into the Core Maude directory (<tt>/usr/local/maude-linux/</tt> in the example above).
 
Full Maude is written in Maude, and is thus platform-independent. Download the new [[Media:full-maude.zip|Full Maude]] and move it into the Core Maude directory (<tt>/usr/local/maude-linux/</tt> in the example above).

Revision as of 16:14, 12 May 2015

The new Maude runs on many Unix variants, including Linux. If you are attempting to install it on Microsoft Windows, please read the separate section. In this section, we assume a Linux configuration. Please, substitute your platform name for 'linux' in what follows if you download for another platform. In any case, please consider subscribing to the Maude users mailing list, as this is also the mechanism by which we will make important announcements about the system.

The Maude system download consists of three parts: Core Maude, Full Maude, and documentation.

(If you use XEmacs, then you might find the Maude mode for XEmacs written by Kai Brünnler or the Maude mode written by Ellef Gjelstad useful. Extract the mode using the command "gunzip -c maude-mode.tar.gz | tar -xvf -" and follow instructions in maude-mode/README. Note that the Maude mode does not run under GNU Emacs. Please see the README for details. If you are interested in more development environments please take a look at the MOMENT project web site.)

Core Maude 2.7

Click on the appropriate link below to download the collection of binaries, or click the source link to download and compile the sources yourself.

To install from one of the above binaries, simply extract the downloaded zip file.This generates the directory maude/ with the following files in it:

  linear.maude
  machine-int.maude
  maude.[linux64|darwin64]
  metaInterpreter.maude
  model-checker.maude
  prelude.maude
  socket.maude
  term-order.maude

Depending on your system you can now run maude by starting the appropriate executable file: maude.linux64 or maude.darwin64.

Full Maude 2.7

Full Maude is written in Maude, and is thus platform-independent. Download the new Full Maude and move it into the Core Maude directory (/usr/local/maude-linux/ in the example above).

Maude manual and primer

The Maude manual (in PDF format) and the examples in the manual are available here.

The primer for Maude 2.0.1 (but mostly applicable for later versions too) is available here.

Change list from Maude 2.5 to 2.6

A list of the changes from 2.5 to 2.6 is available.