add reminder of scoutfs-devel package needed to generate cgo definitions

This commit is contained in:
Ben McClelland
2019-09-30 13:38:34 -07:00
parent a94a30772a
commit 117bf46b2e

View File

@@ -10,6 +10,7 @@ package scoutfs
// use this to generate the types for scoutfs:
// go tool cgo -godefs c_defs_linux.go >scoutfsdefs.go
// above command requires scoutfs-devel package be installed first
// #include <unistd.h>
// #include <stdio.h>