Operating System: Windows
Usage: architectureinfo.exe "path to folder or file"
Download the latest version from github: https://github.com/chipmunk-sm/ArchitectureInfo/releases
* Prevent the Command Prompt from Closing Automatically: Launch the command prompt by typing cmd /K
open "x64 Native Tools Command Prompt for VS 2019" or set build environment in preferred way.
CD "working folder"
git clone https://github.com/chipmunk-sm/ArchitectureInfo.git
CD ArchitectureInfo
MKDIR build
CD build
cmake ../
cmake --build . --config Release
Copy exe and runtime libraries to "install" folder
cmake --install . --prefix ./install
Create package using ZIP
cpack -G ZIP -C Release