Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
06e437fd
Commit
06e437fd
authored
Jan 18, 2020
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move docs to the proper place
parent
1bd4f54f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
17 deletions
+16
-17
README.rst
README.rst
+0
-17
doc/usage.rst
doc/usage.rst
+16
-0
No files found.
README.rst
View file @
06e437fd
...
@@ -236,23 +236,6 @@ Folly Format 79.9 445 430
...
@@ -236,23 +236,6 @@ Folly Format 79.9 445 430
compare formatting function overhead only. Boost Format is a
compare formatting function overhead only. Boost Format is a
header-only library so it doesn't provide any linkage options.
header-only library so it doesn't provide any linkage options.
Quick build
~~~~~~~~~~~
You can download and install fmt using the `vcpkg <https://github.com/Microsoft/vcpkg>`_ dependency manager::
$ git clone https://github.com/Microsoft/vcpkg.git
$ cd vcpkg
$ ./bootstrap-vcpkg.sh
$ ./vcpkg integrate install
$ ./vcpkg install fmt
The fmt port in vcpkg is kept up to date by Microsoft team members and
community contributors.
If the version is out of date, please `create an issue or pull request <https://github.com/Microsoft/vcpkg>`_
on the vcpkg repository.
Running the tests
Running the tests
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
...
...
doc/usage.rst
View file @
06e437fd
...
@@ -114,6 +114,22 @@ fmt can be installed on Linux, macOS and Windows with
...
@@ -114,6 +114,22 @@ fmt can be installed on Linux, macOS and Windows with
conda install -c conda-forge fmt
conda install -c conda-forge fmt
Vcpkg
=====
You can download and install fmt using the `vcpkg
<https://github.com/Microsoft/vcpkg>`__ dependency manager::
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install fmt
The fmt port in vcpkg is kept up to date by Microsoft team members and community
contributors. If the version is out of date, please `create an issue or pull
request <https://github.com/Microsoft/vcpkg>`__ on the vcpkg repository.
Android NDK
Android NDK
===========
===========
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment