Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
hanl5 committed Oct 8, 2024
1 parent 6351ee6 commit f9ef8ea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
19 changes: 8 additions & 11 deletions hello-grpc-php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,13 @@

$ brew install php composer

$ php -version

PHP 8.2.10 (cli) (built: Aug 31 2023 19:16:09) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.10, Copyright (c) Zend Technologies
with Zend OPcache v8.2.10, Copyright (c), by Zend
Technologies
$ php -version
```

```sh
# https://getcomposer.org/download/

$ composer --version
Composer version 2.6.3 2023-09-15 09:38:21
```

```sh
Expand All @@ -37,10 +30,14 @@ Additional .ini files parsed: /usr/local/etc/php/8.2/conf.d/ext-opcache.ini
$ code /usr/local/etc/php/8.2/php.ini

extension=grpc.so
```

### windows

# windows
# https://pecl.php.net/package/gRPC
https://pecl.php.net/package/protobuf
- <https://pecl.php.net/package/gRPC>
- <https://pecl.php.net/package/protobuf>

```sh
extension=./php_grpc.dll
extension=./php_protobuf.dll

Expand Down
11 changes: 5 additions & 6 deletions hello-grpc-swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@
## dev

```sh
$ swift -version 2 ↵
Swift version 5.8.1 (swift-5.8.1-RELEASE)
Target: x86_64-apple-macosx13.0
swift -version
```

$ swift package tools-version
5.8.1
```sh
swift package tools-version
```

<https://www.swift.org/download/>

switch xcode version

```sh
$ gcc --version 1 ↵
$ gcc --version
Apple clang version 15.0.0 (clang-1500.0.40.1)
Target: x86_64-apple-darwin22.6.0
Thread model: posix
Expand Down
3 changes: 3 additions & 0 deletions hello-grpc-swift/doc/grpc-swift.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# gRPC Swift

<https://github.com/grpc/grpc-swift>

0 comments on commit f9ef8ea

Please sign in to comment.