I have read the help output from rescript build -h
and it says:
-install Install public interface files for dependencies
What is meant by installing the public interface files? I guess this means the *.res
files?
Can someone please explain what happens differently between when I run rescript build
and rescript build -install
and why I would do the latter?
Thanks