Deletion of API examples and `copy-examples`
piyueh opened this issue · 2 comments
piyueh commented
@mesnardo Why do the API examples have to be deleted after installation?
Line 17 in ffdbe25
And is the instruction for copying examples valid?
PetIBM/doc/markdowns/installation.md
Lines 251 to 260 in a657821
mesnardo commented
Hey @piyueh , they are probably removed because they are not compiled with the root make all
. To compile them, we need to change dir to the api example folder and run make
. We have instructions in the README file of each api example.
And you are right, the copy-examples
recipe does not work anymore. Now examples are copied into the installation directory with make install
. (Feel free to update to docs.)