Changes between Version 5 and Version 6 of parte


Ignore:
Timestamp:
May 18, 2015, 3:17:43 PM (10 years ago)
Author:
tothm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • parte

    v5 v6  
    1 The user manual can be downloaded from here: http://paraphrase-enlarged.elte.hu/downloads/D4-3_user_manual.pdf 
    2  
    3 The tool can be downloaded from here: http://paraphrase-enlarged.elte.hu/downloads/parte.zip 
    41 
    52= Welcome to the manual page of PaRTE! 
     
    74The ParaPhrase Refactoring Tool for Erlang (PaRTE) integrates parallel pattern discovery, candidate prioritization and semi-automated refactoring for shaping Erlang code and introducing algorithmic skeletons provided the [http://skel.weebly.com/ skel library]. 
    85 
    9 == Usage  
     6== Installation 
    107 
    11 Check our [http://paraphrase-enlarged.elte.hu/downloads/parte_demo.avi demo] at first! 
     8 * Download the source: http://paraphrase-enlarged.elte.hu/downloads/parte.zip 
     9 * Unzip it and from the root directory of the tool type: 
     10{{{ 
     11#!erlang 
     12./para_script -refactorerl referl/tool/ -wrangler wrangler -build tool 
     13}}} 
     14{{{#!comment  
     15./para_script -refactorerl /path/to/refactorerl -wrangler /path/to/wrangler -build tool 
     16}}} 
     17 
     18  * Follow the instructions provided by the install script 
     19 
     20  * Customize PaRTE (RefactorErl and Wrnagler) from the Emacs menu 
     21 
     22== Requirements 
     23  * Erlang/OTP 17 or higher 
     24  * gcc > 4.5 
     25 
     26== Usage 
     27 
     28  * Check our [http://paraphrase-enlarged.elte.hu/downloads/parte_demo.avi demo] at first! 
     29  * Start your Emacs and use the PaRTE menu 
     30  * Use the generated start script to use the Erlang Shell interface: 
     31 
     32{{{ 
     33#!erlang 
     34./generated_start_script 
     35}}} 
     36 
     37 
     38== General 
     39 
     40A user manual can be downloaded from here: http://paraphrase-enlarged.elte.hu/downloads/D4-3_user_manual.pdf 
     41 
     42The tool can be downloaded from here: http://paraphrase-enlarged.elte.hu/downloads/parte.zip 
     43