28 lines
971 B
Plaintext
28 lines
971 B
Plaintext
Copyright (C) 2007 Intel Corporation
|
||
|
||
Intel(R) Active Management Technology (Intel AMT):
|
||
A brief overview of the SDK's RedirectionLib Package
|
||
|
||
Introduction:
|
||
-------------
|
||
The RedirectionLib Package is intended to provide infrastructure and methods
|
||
for using the AMT Redirection features: USBr and SOL.
|
||
|
||
The zip includes:
|
||
1) Bin folder: compiled dlls and libs: IMRSDK.dll and IMRSDK.lib, 32-bit and
|
||
64-bit files.
|
||
2) Src folder: C++ source code for the dlls included in this package.
|
||
|
||
How to Build:
|
||
-------------
|
||
In order to compile the sources:
|
||
1) Use VisualStudio 2019 and the latest windows SDK toolkit.
|
||
2) Libb64 files should be downloaded from
|
||
https://sourceforge.net/projects/libb64/.
|
||
The downloaded files should be placed in these locations:
|
||
a) Copy cencode.h and cdecode.h
|
||
to <20>\Src\RedirectionLib\Include
|
||
b) Copy cencode.c and cdecode.c
|
||
to <20>\Src\RedirectionLib\src
|
||
3) Invoke build from the VisualStudio menu.
|