freebsd-ports/lang/crystal/pkg-message
2019-08-13 22:29:42 +00:00

11 lines
258 B
Text

[
{ type: install
message: <<EOM
When building Crystal code with the --release flag, add the --no-debug flag to
avoid LLVM assertion errors.
Install textproc/libyaml for YAML support, math/gmp for BigInt support,
textproc/libxml2 for XML support.
EOM
}
]