Changes between Version 13 and Version 14 of parte


Ignore:
Timestamp:
Jun 10, 2015, 12:20:46 AM (10 years ago)
Author:
tothm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • parte

    v13 v14  
    66== Installation 
    77 
    8  * Download the source: http://paraphrase-enlarged.elte.hu/downloads/parte.zip 
     8 * Download the source: http://paraphrase-enlarged.elte.hu/downloads/parte_06_15.zip 
    99 * Unzip it and from the root directory of the tool type: 
    1010{{{ 
    1111#!erlang 
    12 ./para_script -refactorerl /path/to/refactorerl -wrangler /path/to/wrangler -build parte 
     12./install_parte -build parte 
    1313}}} 
    1414 
     
    2525  * Check our [http://paraphrase-enlarged.elte.hu/downloads/parte_demo.avi demo] at first! 
    2626  * Check our [http://paraphrase-enlarged.elte.hu/downloads/demo_parte.avi demonstration] for the ParaPhrase project reviewers as well! 
     27  * Start a RefactorErl node: 
     28{{{ 
     29#!erlang 
     30cd referl/tool 
     31bin/referl -db nif 
     32}}} 
     33 
    2734  * Start your Emacs and use the PaRTE menu 
    2835  * Use the generated start script to use the Erlang Shell interface: 
     
    3037{{{ 
    3138#!erlang 
    32 ./generated_start_script 
     39./startup 
    3340}}} 
    3441