A public fork of the Adobe XMP ToolKit, created to make it easier to setup with help of submodules and shell scripts.
The quickest way to get up and running would be to do the following:
-
Clone the repository:
git clone https://github.com/IHEARTCOOKIES/Adobe-XMP-ToolKit.git
-
Next,
cd
into the directorycd Adobe-XMP-ToolKit/
-
Run the setup script
./setup.sh
-
Enter the build directory
cd build/
-
Generate the XMP ToolKit for Windows/Mac by executing
./GenerateXMPToolkitSDK_(mac/win).sh
- Xcode
- cmake (install via homebrew,
brew install cmake
)
"You do not have support for any sources of high quality entropy enabled. For end user security, that is probably not what you want."
Explanation: See (#88, #4596, #95). To bypass this warning, simply #define XML_POOR_ENTROPY
at the top of the xmlparse.c
file or in your CPPFLAGS.
Mac OS- Windows
- Linux
All credit goes to Adobe for creating this wonderful toolkit. Please refer to their website for more information.