You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+68Lines changed: 68 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,3 +142,71 @@ Compilation of Jinja2Cpp tested on the following compilers (with C++14 enabled f
142
142
- Linux clang 5.0
143
143
- Microsoft Visual Studio 2015 x86
144
144
- Microsoft Visual Studio 2017 x86
145
+
146
+
# Build and install
147
+
Jinja2Cpp has got only one external dependency: boost library (at least version 1.55). Because of types from boost are used inside library, you should compile both your projects and Jinja2Cpp library with similar compiler settings. Otherwise ABI could be broken.
148
+
149
+
In order to compile Jinja2Cpp you need:
150
+
151
+
1. Install CMake build system (at least version 3.0)
152
+
2. Clone jinja2cpp repository and update submodules:
0 commit comments