diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-26 05:42:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-26 05:42:52 +0200 |
commit | 4d636b96fa149e64d8a716b64828d63a0b9544e5 (patch) | |
tree | 609ef00fbb38a96c214484d06bf2f990d86bbdbf /doc/UserGuide | |
parent | 64529036a8d742cc45f4b35085205c86ab46b5e0 (diff) | |
parent | 6219857d0cc595597fa712decf9eeaabbf9d291b (diff) |
Merge branch 'feature/upstream' into develop
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 |