Giter Site home page Giter Site logo

spdlog_mxxru's Introduction

What Is It?

A light mxxru wrapper for spdlog library.

How To Use

Prerequisites

To use spdlog_mxxru it is necessary to have:

  • C++11 compiler (VC++14.0, GCC 5.1 or above, clang 3.6 or above);
  • fmtlib 3.0.0 or above;
  • fmtlib_mxxru 0.1.0 or above;
  • spdlog;
  • Mxx_ru 1.6.11 or above.

Obtaining

Cloning of Git Repository

git clone https://github.com/stiffstream/spdlog_mxxru

And then:

cd spdlog_mxxru
mxxruexternals

to download and extract spdlog_mxxru's dependencies.

MxxRu::externals recipe

For spdlog_mxxru itself:

MxxRu::arch_externals :spdlog_mxxru do |e|
  e.url 'https://github.com/Stiffstream/spdlog_mxxru/archive/v.1.2.1.tar.gz'

  e.map_dir 'dev/spdlog_mxxru' => 'dev'
end

For spdlog and fmtlib dependencies:

MxxRu::arch_externals :fmt do |e|
  e.url 'https://github.com/fmtlib/fmt/archive/3.0.0.zip'

  e.map_dir 'cppformat' => 'dev/fmt'
  e.map_dir 'fmt' => 'dev/fmt'
end

MxxRu::arch_externals :fmtlib_mxxru do |e|
  e.url 'https://github.com/Stiffstream/fmtlib_mxxru/archive/v.0.1.0.tar.gz'

  e.map_dir 'dev/fmt_mxxru' => 'dev'
end

MxxRu::arch_externals :spdlog do |e|
  e.url 'https://github.com/gabime/spdlog/archive/v0.9.0.zip'

  e.map_dir 'include' => 'dev/spdlog'
end

Compilation

Compilation must be performed via Mxx_ru:

git clone https://github.com/spdlog_mxxru
cd spdlog_mxxru
mxxruexternals
cd dev
ruby build.rb

NOTE. It may be necessary to set up MXX_RU_CPP_TOOLSET environment variable.

License

spdlog_mxxru is distributed under BSD-3-Clause license. See LICENSE file for more information.

For the license of spdlog library see LICENSE file in spdlog distributive.

For the license of fmt library see LICENSE file in fmt distributive.

spdlog_mxxru's People

Contributors

eao197 avatar ngrodzitski avatar

Watchers

James Cloos 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.