Files
nekoray/docs/Build_Core.md
armv9 3f738cee4e up
2024-06-27 12:04:49 +09:00

453 B
Raw Blame History

构建 nekobox_core

目录结构

  | nekoray
  |   go/cmd/*
  | sing-box-extra
  | sing-box
  | ......

常规构建

  1. bash libs/get_source.sh (自动下载目录结构,自动 checkout commit
  2. GOOS=windows GOARCH=amd64 bash libs/build_go.sh

具体支持的 GOOS 和 GOARCH 请看 libs/build_go.sh

非官方构建无需编译 updater launcher

sing-box tags

具体使用的 tags 请看 libs/build_go.sh