Changes between Version 13 and Version 14 of parte
- Timestamp:
- Jun 10, 2015, 12:20:46 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
parte
v13 v14 6 6 == Installation 7 7 8 * Download the source: http://paraphrase-enlarged.elte.hu/downloads/parte .zip8 * Download the source: http://paraphrase-enlarged.elte.hu/downloads/parte_06_15.zip 9 9 * Unzip it and from the root directory of the tool type: 10 10 {{{ 11 11 #!erlang 12 ./ para_script -refactorerl /path/to/refactorerl -wrangler /path/to/wrangler-build parte12 ./install_parte -build parte 13 13 }}} 14 14 … … 25 25 * Check our [http://paraphrase-enlarged.elte.hu/downloads/parte_demo.avi demo] at first! 26 26 * 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 30 cd referl/tool 31 bin/referl -db nif 32 }}} 33 27 34 * Start your Emacs and use the PaRTE menu 28 35 * Use the generated start script to use the Erlang Shell interface: … … 30 37 {{{ 31 38 #!erlang 32 ./ generated_start_script39 ./startup 33 40 }}} 34 41