Skip to content

Commit 1bf0719

Browse files
committed
mention required free disk space to build benchmark
1 parent b3f1581 commit 1bf0719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Compare various data serialization libraries for C++.
1414

1515
# Build
1616

17-
This project does not have any external serialization libraries dependencies. All (boost, thrift etc.) needed libraries are downloaded and built automatically, but you need enough free disk space to build all components. To build this project you need a compiler that supports C++14 features. Project was tested with Clang and GCC compilers.
17+
This project does not have any external serialization libraries dependencies. All (boost, thrift etc.) needed libraries are downloaded and built automatically, but you need enough free disk space (approx. 2.3G) to build all components. To build this project you need a compiler that supports C++14 features. Project was tested with Clang and GCC compilers.
1818

1919
1. `git clone https://github.com/thekvs/cpp-serializers.git`
2020
1. `cd cpp-serializers`

0 commit comments

Comments
 (0)