mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Update README.md
This commit is contained in:
parent
054eb555ca
commit
b65c7bad9f
@ -6,7 +6,8 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.
|
|||||||
## Install
|
## Install
|
||||||
* Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/include/spdlog) to your build tree and use a C++11 compiler.
|
* Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/include/spdlog) to your build tree and use a C++11 compiler.
|
||||||
|
|
||||||
## Other Install Options
|
#### Or just use you favourite package manager:
|
||||||
|
|
||||||
* Ubuntu: `apt-get install libspdlog-dev`
|
* Ubuntu: `apt-get install libspdlog-dev`
|
||||||
* Homebrew: `brew install spdlog`
|
* Homebrew: `brew install spdlog`
|
||||||
* FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean`
|
* FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean`
|
||||||
|
Loading…
Reference in New Issue
Block a user