Coder Social home page Coder Social logo

a-files-updater's Introduction

How to build

This project depends on a few libraries.

  • OpenSSL 1.1.x
  • Boost 1.70.0 (system, filesystem, thread, regex, and headers for asio, beast, iostreams, core, util)
  • zlib 1.2.x

When configuring, the following cmake variables are of interest:

  • ZLIB_ROOT - Specifies the root of the ZLIB library installation (the cpack structure or cmake --build <build> --target install).
  • BOOST_ROOT - Specifies the root of the Boost libraries installation (the result of b2 install).
  • Boost_NO_BOOST_CMAKE - To disable search for boost-cmake files.
  • OPENSSL_ROOT_DIR - Specifies the root of the OpenSSL installation (the result of nmake install, see details below).

In order to build, set the above variables (see CMake find_package documentation for more flexible hints) and then run cmake however you want. A C++17 comformant compiler is required. Outside of that, as long as the dependencies are met and compatible, you can use whatever compiler you want.

Openssl build from source

  • clone https://github.com/openssl
  • install perl. download from http://strawberryperl.com/
  • in console check perl and setup VC env perl --version "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
  • configure to build 64 static lib perl Configure VC-WIN64A no-asm no-shared --prefix=C:\work\libs\openssl-lib-vvv-x64\
  • build and install nmake nmake test && nmake install
  • make an archive from install path

a-files-updater's People

Contributors

computerquip-streamlabs avatar dependabot[bot] avatar eddygharbi avatar prsdamasceno avatar summeroff avatar

Stargazers

 avatar

Watchers

 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.