Files
seaweedfs/BUILD_NOTES.md
2025-08-13 00:57:36 -07:00

449 B

Build Notes for SeaweedFS Development

Protobuf Generation

To regenerate protobuf Go files after modifying .proto files:

cd weed/pb
make

This will regenerate all the protobuf Go files with the latest changes from the .proto definitions.

Other Important Build Commands

  • Main build: make
  • Clean build: make clean && make
  • Tests: make test

Generated: This file contains important build commands for development