wormhole/docs/NOTES.md
nekobit c7c9afb2a3 Fix building and add development notes
FossilOrigin-Name: 6ef66a2a38b194647df4824af7d908d058610cad47f31368e51eed4a68184cb4
2022-12-23 05:06:28 +00:00

441 B

Development notes

Don't trust these except as a last resort! They are exposed as a "TODO" list, essentially, and just to jot down random thoughts from me as I go along

Needed to build on FreeBSD:

  • setenv PKG_CONFIG_PATH /usr/local/libdata/pkgconfig:/usr/local/lib/pkgconfig
  • setenv CFLAGS "-I/usr/local/include"
  • setenv LDFLAGS "-L/usr/local/lib"

If you're developing stuff make sure to copy the config file over