Changes between Version 6 and Version 7 of Install
- Timestamp:
- Mar 26, 2012, 10:40:06 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v6 v7 1 [[PageOutline]] 2 1 3 = Installing !RefactorErl 2 4 3 This page guides you in installing Erlang, Yaws and!RefactorErl.5 This page guides you in installing !RefactorErl. 4 6 5 == Dependencies 7 == Dependencies of the latest release 6 8 7 9 The following list enumerates required software. … … 9 11 ==== Base system 10 12 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 12 15 13 16 * GCC 4.2 or higher (for the graph based NIF back-end) … … 20 23 ==== WebInterface 21 24 22 * Server side: Yaws 1.89 25 * Server side: Yaws 1.89 ([http://yaws.hyber.org/configuration.yaws How to install Yaws]) 23 26 * Client side: Mozilla Firefox 3.6 or higher / Google Chrome 24 27 25 28 ==== EmacsInterface 26 29 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]) 28 31 29 32 ==== EclipseInterface … … 35 38 * Vim 7.2 or higher 36 39 37 == Local install instructions on Linux 40 == Installing the tool itself 41 42 You 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 44 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 FirstUsage for help on the first steps with the tool. 45 46 = Step-by-step tutorial: local install instructions on Linux 38 47 39 48 You can install !RefactorErl on a system where you do not own admin rights. Follow the instructions below.