diff options
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 | 
