24 | | * Required version: 1.95 |
25 | | |
26 | | If you prefer using a different version of Yaws, please, use [wiki:WebInterface the old web based interface] of the tool. |
27 | | |
28 | | '''If Erlang/OTP-R16B01 or a newer version is used''', then none of the Yaws versions will be compiled from source. The problem is that every Erlang source of Yaws is compiled with the {{{-Werror}}} flag which causes build error when used with at least Erlang/OTP-R16B01 to compile Yaws. |
29 | | |
30 | | To fix this error, you should use this modified Makefile. Put [attachment:Makefile:wiki:WebInterface this Makefile] under the {{{src}}} directory of the downloaded sources of Yaws, then execute {{{make clean}}}. After the execution, the standard build procedure should be followed which is shown in LocalInstallLinux page. |
31 | | |
32 | | If Windows is used, then other opportunity exists. Use the installer binaries of different Yaws versions (Yaws-1.95) instead of compiling them from source. |
33 | | |
34 | | For a step-by-step installation tutorial, which is including the installation guide of Yaws, please see LocalInstallLinux. |
| 22 | === !RefactorErl=== |
| 23 | To use the web interface, you have to provide the path to the YAWS' {{{ebin}}} directory when you compile the tool: |
| 24 | {{{bin/referl -build tool -yaws_path path_to_yaws_ebin}}} |
| 25 | |