Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

zirain/als

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

als

a simple als server demo

OTel Provider is future.

安装 flatbuffer

# 下载源码
git clone https://github.com/google/flatbuffers.git

# 生产makefile文件
cd flatbuffers
cmake -G "Unix Makefiles"
# 安装
make
make install

# 添加到系统,方便以后使用
sudo cp flatc /usr/local/bin/flatc

# 安装成功后,查看版本号
flatc --version