Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Gemini-D/roc-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROCGenerator

How to build

本地必须安装 protoc 脚本

PHP

  • 使用源码
cd ./php
php -dphar.readonly=Off main.php phar:build -b main.php --name roc.phar
php roc.phar gen:roc example.proto
  • 使用打包好的二进制文件
wget https://github.com/Gemini-D/roc-generator/releases/download/v0.1.0/roc-php_8.1_macos.x86_64
mv roc-php_8.1_macos.x86_64 /usr/local/bin/roc-php
roc-php gen:roc example.proto