diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-26 05:07:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-26 05:07:46 +0200 |
commit | b3d606e872350e5d160c5a9a6b5ec5b498e26e3c (patch) | |
tree | 6f3ceb0722cb4b9a3ed0b2e1f6c0bf06052e7e83 /doc/UserGuide | |
parent | 64529036a8d742cc45f4b35085205c86ab46b5e0 (diff) | |
parent | 4b28a392fa890390755f58e0755ab56e8edaa295 (diff) |
Updated version 3.0.7 from 'upstream/3.0.7'
with Debian dir 8e805e19fa4d25d96a0772c0f753a89a30c8f069
Diffstat (limited to 'doc/UserGuide')
-rw-r--r-- | doc/UserGuide | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/doc/UserGuide b/doc/UserGuide index fb4ce49..e5681f1 100644 --- a/doc/UserGuide +++ b/doc/UserGuide @@ -1,6 +1,6 @@ IPMIUTIL USER GUIDE - VERSION 3.0.6 + VERSION 3.0.7 An easy-to-use IPMI server management utility @@ -5496,14 +5496,27 @@ or C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat -5.2.7 Run buildwin.cmd -buildwin.cmd will build all of the Windows EXE and DLL files. +5.2.7 For Windows builds, run buildwin.cmd -If you are using ipmiutil for a bootable WinPE environment, and do not need -Serial-Over-LAN functionality, the buildwin2.cmd will build the Windows EXE -files without using the openssl libraries, to simplify the process. The -openssl libraries are required for the IPMI LAN 2.0 crypto functions that -Serial-Over-LAN requires. +buildwin.cmd will build all of the Windows EXE and DLL files. It will detect +whether the vcvars has been run with 32bit or 64bit. + +buildwin32.cmd will build only the 32-bit Windows EXE and DLL files. + +buildwin64.cmd will build only the 64-bit Windows EXE and DLL files. + +5.2.8 For WinPE builds, run buildmin.cmd + +If you are using ipmiutil for a bootable WinPE environment, you will not need +Serial-Over-LAN functionality, the buildmin.cmd will build the Windows ipmiutil +EXE files without using the openssl libraries, to simplify the process. +The openssl libraries are required for the IPMI LANplus 2.0 crypto functions +that Serial-Over-LAN uses. + +buildmin.cmd will build the ipmiutil.exe in a minimal standalone configuration. + +For WinPE 64-bit, if you do want openssl for some reason, see +http://www.indyproject.org/Sockets/fpc/OpenSSLforWin64.en.aspx ---------------------------------- 5.3 WINDOWS COMMAND USAGE |