Git Product home page Git Product logo

livdet-rest's Introduction

livdet-rest

REST API client

How to compile

Dependencies needed to build:

  • cmake
  • C++11 compiler
  • OpenSSL (optional)

First, initialize the submodules:

$ git submodule update --recursive --init

Compiling on Linux

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build . --config Release

The livdet-client binary will be in the build directory after building.

Compiling on Windows (MSVC)

Open the command prompt (CMD) and enable the MSVC environment, to do this you need to execute the vcvars64.bat batch script. You can locate where the vcvars64.bat file is using the dir command:

> cd "C:\Program Files (x86)\Microsoft Visual Studio"
> dir /b/s vcvars64.bat

Once you have the full path of the vcvars64.bat file, execute it:

> call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"

Then enter to powershell:

> powershell
> mkdir build
> cd build
> cmake -DBUILD_CPR_TESTS=OFF -DCMAKE_USE_OPENSSL=OFF -G "Visual Studio 15 2017 Win64" ..
> cmake --build . --config Release

The "Visual Studio 15 2017 Win64" string might change depending on what version of Visual Studio you have installed on system.

After the build is complete, navigate to the 'Release' directory inside the 'build' directory, copy the libcurl.dll file to it, then you can execute the livdet-client.exe program:

> cd Release
> cp ..\lib\Release\libcurl.dll .
> .\livdet-client.exe --help

livdet-rest's People

Contributors

augustofg avatar carolregattieri avatar robertoalotufo avatar

Watchers

 avatar  avatar  avatar  avatar  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.