Le mer. 30 juin 2021 à 09:11, Hyun-Geun Shin <[email protected]> a écrit : > > Ah ok. > So, I need to type "cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..". Then, I type > "make -j1 install". > Is it correct?
I think you need to be root/use sudo to write in /usr/local. So you can use "make -j1" but to install the library you will need to do "sudo make -j1 install` or be root. Bruno -- 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/CAGVt9eM%3DwC-vXgYe42kk%3D7oA97i%2BzYAON%3DHNs2dcLhWZHbX5%3Dw%40mail.gmail.com.
