Changes between Version 11 and Version 12 of Install
- Timestamp:
- Apr 3, 2013, 3:30:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v11 v12 40 40 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. 41 41 42 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. 42 After unpacking the downloaded archive, the tool should be compiled. To compile the tool, run {{{bin/referl -build tool}}} command in the top level directory of the unpacked tool (or you can use standard make to compile all the application components); after compilation the tool is ready to use. [[BR]] 43 For a step-by-step installation tutorial please see LocalInstallLinux. 43 44 44 45 ''For a step-by-step installation tutorial please see LocalInstallLinux.'' 45 See StartUp for help on the first steps with the tool.