This is the Expat XML Example Code repository for C++ from this video: https://www.youtube.com/watch?v=SLucn4QjdBU
Including more flavors and so on from Kraken175.
MinGW Building Requirements:
- GNU Make
- MinGW Compiler
- Expat Library (if you installed)
- Expat DLL to run shared executable
MSVC Building Requirements:
- CMake
- vcpkg
- Expat library
GNU Make Parameters (by default: static):
- static - Make a static executable file
- shared - Make a shared executable file
To compile with MSVC: cmake "-DCMAKE_TOOLCHAIN_FILE=C:\src\vcpkg\scripts\buildsystems\vcpkg.cmake" .. cmake --build ..
To setup vcpkg, Please read vcpkg_setup.md