| 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 | |
| | 40 | A user manual can be downloaded from here: http://paraphrase-enlarged.elte.hu/downloads/D4-3_user_manual.pdf |
| | 41 | |
| | 42 | The tool can be downloaded from here: http://paraphrase-enlarged.elte.hu/downloads/parte.zip |
| | 43 | |