Skip to content

Commit

Permalink
upd doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shmocz committed Jun 29, 2023
1 parent 8e44018 commit d00a3a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ 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:

!INSTRUCTIONS!
```bash
mkdir -p opt/usr
docker-compose cp builder:/usr/i686-w64-mingw32 opt/usr
docker-compose cp -L builder:/usr/bin/protoc opt/bin
```

**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:
Expand Down

0 comments on commit d00a3a3

Please sign in to comment.