Преглед на файлове

Fix Echo example and improve instructions

Added header search path to the Echo example to allow it to build. Also
added instructions to run the script in the third party directory to
clone the swift-protobuf repo locally, which is required by the Echo
example but not mentioned. Also update the toplevel readme to make the
required make command explicit, and fix the name `swift-proto` to
`swift-protobuf`
Andy Chou преди 8 години
родител
ревизия
f050e85036
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1,3 +1,5 @@
 .DS_Store
 .DS_Store
 project.xcworkspace
 project.xcworkspace
 xcuserdata
 xcuserdata
+.build
+third_party/**