wiki:Install

Version 9 (modified by daniel_h, 13 years ago) (diff)

local install tutorial extracted to a new page

Installing RefactorErl

Dependencies of the latest release

The following list enumerates required software.

Base system

  • GCC 4.2 or higher (for the graph based NIF back-end)
  • graphviz 2.0 or higher (for graph drawing and dependency visualization)

WebInterface

  • Server side: Yaws 1.89 or above (How to install Yaws)
  • Client side: Mozilla Firefox 3.6 or higher / Google Chrome

EmacsInterface

VimInterface

  • Vim 7.2 or higher

Installing the tool itself

You can download the latest release from the RefactorErl download page in zipped or gzipped tar format. Please note version-specific dependencies and release-specific announcements.

After unpacking the downloaded archive you can use standard make to compile all the application components; after compilation the tool is ready to use. See StartUp for help on the first steps with the tool.

For a step-by-step installation tutorial please see LocalInstallLinux.