On 4/27/20 4:21 PM, Wilmar Alves Cruvinel Lima wrote:


*cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II*

but I get:

administrador@administrador-desktop:~/build$ cmake 
-DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II
CMake Error: The source directory "/home/administrador/deal.II" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

In the commands you give to cmake, the last one is the directory where you unpacked deal.II. From your description, that appears to be
  ../dealii-9.1.1
and not
  ../deal.II
So fix that.

Second, where you describe where you want deal.II to be installed, don't use
  /path/to/install/dir
Instead, use whatever directory path that you want deal.II installed into.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/748fe621-cd29-71f2-d9f9-4384ce0c9be9%40colostate.edu.

Reply via email to