Closed schuellerf closed 1 month ago
It is, but it is probably better to remove that section as it's broken while we figure out how to do externals and it can't deal with includes (which aren't in the container).
just "mount" includes with --volume
?
also for externals - they are searched in multiple paths anyway - so one can be bind-mounted? (e.g. ./external
-> /usr/local/libexec/otk/external
)
just "mount" includes with
--volume
? also for externals - they are searched in multiple paths anyway - so one can be bind-mounted? (e.g../external
->/usr/local/libexec/otk/external
)
Sure, it's all solvable but undocumented. Do you want to do so in this PR since it's touching that part of the README?
I'll update accordingly, after the outcome of #222
documentation also handled in #222
the "command" (like
compile
) is mandatory and should stay mandatory, right?