File: INSTALL

package info (click to toggle)
spdlog 1%3A1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,312 kB
  • sloc: cpp: 18,869; ansic: 1,968; makefile: 58; sh: 29
file content (13 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
spdlog is header only library.
Just copy the files to your build tree and use a C++11 compiler

Tested on:
gcc 4.8.1 and above
clang 3.5
Visual Studio 2013

gcc 4.8 flags: --std==c++11 -pthread -O3 -flto -Wl,--no-as-needed
gcc 4.9 flags: --std=c++11 -pthread -O3 -flto


see the makefile in the example folder