Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 519de2e

Browse files
author
Alex Chi
authored
[DOC] Make the document more clear.
1 parent 7f0ffaf commit 519de2e

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
@@ -7,7 +7,7 @@ Link the google's `protocol bufffers` library as the third party in [Unreal Engi
77
Usage
88
-----
99

10-
1. Import or copy this project into `<your project>/Source/ThirdParty/libprotobuf`.
10+
1. Import or copy this project into `<your project or plugin>/Source/ThirdParty/libprotobuf`.
1111
1. Add the libprotobuf as a module into `<your project>.Build.cs`
1212
* `PrivateDependencyModuleNames.AddRange(new string[] { "CoreUObject", "Engine", "libprotobuf" });`
1313
1. Generate two code files (header & source, ex: Message.pb.h & Message.pb.cc) of the protocal by `protoc` for `cpp`. (Ref: [Google's Protocol Buffers][])

0 commit comments

Comments
 (0)