源码编译安装

环境准备

  • golang 1.13+
  • git 2.0+

源码下载

  1. $ git clone https://github.com/bfenetworks/bfe

编译

  • 执行如下命令编译:
  1. $ cd bfe
  2. $ make

Tip

如果遇到超时错误”https fetch: Get … connect: connection timed out”, 请设置代理后重试,详见安装常见问题

  • 执行如下命令运行测试:
  1. $ make test
  • 可执行目标文件位置:
  1. $ file output/bin/bfe
  2. output/bin/bfe: ELF 64-bit LSB executable, ...

运行

  • 基于示例配置运行BFE:
  1. $ cd output/bin/
  2. $ ./bfe -c ../conf -l ../log

下一步

了解基本功能配置使用