HOWTO_Windows.html: Missing Windows::Console added

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4567 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-01-05 22:36:41 +00:00
parent 1a11afc9a6
commit 502b7cb30f

View File

@@ -109,10 +109,11 @@ a service, see below.
for this scenario):</h3>
<ul>
Terminate fhem by typing shutdown again in the FHEMWEB command line.
Install the missing Win32::Daemon perl module by typing in the command window:
Install the missing perl modules by typing in the command window:
<ul><code>
F:\tmp\fhem-5.4> PATH=F:\tmp\fhem-5.4\c\bin;F:\tmp\fhem-5.4\perl\bin;%PATH%<br>
F:\tmp\fhem-5.4> perl\bin\cpan -i Win32::Daemon<br>
F:\tmp\fhem-5.4> perl\bin\cpan -i Win32::Console<br>
</ul></code>
Install FHEM as a service
<ul><code>