Changes between Version 6 and Version 7 of Install


Ignore:
Timestamp:
Mar 26, 2012, 10:40:06 AM (13 years ago)
Author:
daniel_h
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v6 v7  
     1[[PageOutline]] 
     2 
    13= Installing !RefactorErl 
    24 
    3 This page guides you in installing Erlang, Yaws and !RefactorErl. 
     5This page guides you in installing !RefactorErl. 
    46 
    5 == Dependencies 
     7== Dependencies of the latest release 
    68 
    79The following list enumerates required software. 
     
    911==== Base system 
    1012  
    11  * Erlang R14B04 or higher (currently WebInterface does ''not'' work with any higher version) 
     13 * Erlang R14B04 or higher ([http://www.erlang.org/doc/installation_guide/users_guide.html How to install Erlang]) 
     14   * Please note that WebInterface is ''not'' compatible with R15 yet 
    1215 
    1316 * GCC 4.2 or higher (for the graph based NIF back-end) 
     
    2023==== WebInterface 
    2124 
    22  * Server side: Yaws 1.89 
     25 * Server side: Yaws 1.89 ([http://yaws.hyber.org/configuration.yaws How to install Yaws]) 
    2326 * Client side: Mozilla Firefox 3.6 or higher / Google Chrome 
    2427 
    2528==== EmacsInterface 
    2629 
    27  * Emacs 23.3 or higher - with [http://www.erlang.org/doc/apps/tools/erlang_mode_chapter.html erlang-mode] and widgets 
     30 * Emacs 23.3 or higher - with [http://www.erlang.org/doc/apps/tools/erlang_mode_chapter.html erlang-mode] and widgets ([http://www.gnu.org/software/emacs/emacs-faq.html#Installing-Emacs How to install Emacs]) 
    2831 
    2932==== EclipseInterface 
     
    3538 * Vim 7.2 or higher 
    3639 
    37 == Local install instructions on Linux 
     40== Installing the tool itself 
     41 
     42You can download the latest release from the [http://plc.inf.elte.hu/erlang/dl/ RefactorErl download page] in zipped or gzipped tar format. Please note version-specific dependencies and release-specific announcements. 
     43 
     44After unpacking the downloaded archive you can use standard make to compile all the application components; after compilation the tool is ready to use. See FirstUsage for help on the first steps with the tool. 
     45 
     46= Step-by-step tutorial: local install instructions on Linux 
    3847 
    3948You can install !RefactorErl on a system where you do not own admin rights. Follow the instructions below.