On 7/3/23 21:15, Zhengliu Zhou wrote:
I just finished installing deal.ii on my laptop and encountered an error somehow unexpectedly when running the tutorial program step-1, as shown in the first attachment.

There are two mistakes:
* The correct spelling is DEAL_II_DIR in the cmake invocation
* cmake wants to be called as
    cmake <defines with -D> <directory to source files>
  You only provide the defines, but not a path to source. For the
  examples, the path to the source files is often the current directory,
  i.e., "."

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/c6bb8bdd-fc53-ae1f-ad71-98c90dd3a119%40colostate.edu.

Reply via email to