Skip to content

Commit

Permalink
proto helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
shmocz committed Jun 29, 2023
1 parent dd3b9bb commit aadb487
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,16 @@ $ make docker_build

:warning: **libprotobuf built by MinGW cannot be used with MSVC/clang-cl due to C++ ABI incompatibilty**

**Option 1: Download pre-built files**
**Option 1:**
Obtain the pre-built protobuf compiler and library (version X) from here: (URL)

**Option 2: Copy files from docker image**
If you built the main docker image then protobuf has already been built and you can copy the files from there:
**Option 2:**
Copy files from docker image. If you built the main docker image then protobuf has already been built and you can copy the files from there:

!INSTRUCTIONS!

**Option 3: Build protobuf inside a container**

Use either the "builder" or "clang-cl" docker image to build protoc and libprotobuf and adjust your CMAKE_FIND_ROOT_PATH accordingly:
**Option 3:**
Build protobuf inside a container. Use either the "builder" or "clang-cl" docker image to build protoc and libprotobuf and adjust your CMAKE_FIND_ROOT_PATH accordingly:

!INSTRUCTIONS!

Expand Down

0 comments on commit aadb487

Please sign in to comment.