Git Product home page Git Product logo

xenforo-api-integration's Introduction

XenForo-API-Integration

C++ XenForo API wrapper

Dependeny libraries used

Platform Toolset and Configuration

  • Windows SDK Version: 10.0.20348.0
  • Platform Toolset: Visual Studio 2022 (v143)
  • C++ Language Standart: std:c++latest

If you encounter any compiling issues related to the dependency libraries and the platform toolset / windows sdk version, build them yourself by following the steps below.

Building the dependencies yourself

Installing vcpkg

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.sh
vcpkg integrate install

Building dependencies

vcpkg install zlib:windows-x86-static
vcpkg install zlib:windows-x64-static
vcpkg install curl:windows-x86-static
vcpkg install curl:windows-x64-static
vcpkg install cpr:windows-x86-static
vcpkg install cpr:windows-x64-static

Copy your build dependencies afterwards from your vcpkg\packages folder and replace the old dependencies in your $(SolutionDir)\dependencies folder.

Credits

Decided to rework my previous C++ XenForo API project after i got inspired by patrickcjk's Xenforo-API-Integration-for-C-Sharp.

License

MIT License

xenforo-api-integration's People

Contributors

gandaalv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.