Changes between Version 7 and Version 8 of Install
- Timestamp:
- Apr 22, 2012, 8:33:11 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v7 v8 12 12 13 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 yet14 * If using the [WebInterface web interface], please check yaws-specific version requirements 15 15 16 16 * GCC 4.2 or higher (for the graph based NIF back-end) … … 23 23 ==== WebInterface 24 24 25 * Server side: Yaws 1.89 ([http://yaws.hyber.org/configuration.yaws How to install Yaws])25 * Server side: Yaws 1.89 or above ([http://yaws.hyber.org/configuration.yaws How to install Yaws]) 26 26 * Client side: Mozilla Firefox 3.6 or higher / Google Chrome 27 27 … … 30 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]) 31 31 32 {{{#!comment 32 33 ==== EclipseInterface 33 34 34 35 * Eclipse (TODO) 36 }}} 35 37 36 38 ==== VimInterface … … 42 44 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 45 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 FirstUsagefor help on the first steps with the tool.46 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. 45 47 46 48 = Step-by-step tutorial: local install instructions on Linux