On 8/11/19 3:49 PM, yuesu jin wrote: > > CMake Error at cmake/scripts/cmake_install.cmake:36 (file): > file INSTALL cannot set permissions on > "/path/to/install/dir/share/deal.II/scripts/normalize.pl > <http://normalize.pl>"
What you call cmake initially, you need to replace the string "/path/to/install/dir" by the path in which you want to install deal.II. You will likely want this to be a directory somewhere under your home directory. Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/f7848006-816a-387a-f51e-a8aec9b3b309%40colostate.edu.
