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/installation.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ Visual Studio CMake generators do not create `compile_commands.json`. However, y
30
30
To build `er_gen` and use reflection on Windows, make sure to install the following dependencies and add them to your `PATH`:
31
31
32
32
- Git
33
-
- Python
34
33
- CMake
35
34
- Ninja
36
35
@@ -47,8 +46,6 @@ This repository includes a `Dockerfile` that sets up an `Ubuntu 22.04` environme
47
46
48
47
Another submodule is [vcpkg](https://github.com/microsoft/vcpkg) which manages most of the dependencies, all of them will be installed by CMake automatically.
49
48
50
-
> **Note:** You need **Python** to obtain project version from `vcpkg.json` manifest file. You probably already have it, please install it otherwise.
51
-
52
49
After installing all the dependencies, you need to decide whether you want to use `simdjson` for parsing or not. While `simdjson` provides the fastest performance on supported hardware, `rapidjson` might be faster in virtual environments. The solution includes a native parser that is available regardless. It offers more flexibility when it comes to map parsing but not as fast.
53
50
54
51
If, for some reason, you want to exclude `simdjson` from the dependencies, you can use the following **CMake** option:
0 commit comments