On 4/17/24 20:42, Adnan wrote:
i am trying to install dealii but i have been facing this problem.
when i give the path to configure and build, it results into CMAKE warning: No Source or binary directory provided.

cmake -DCMAKE_INSTALL_PREFIX=/home/adnan/Documents/dealii-9.5.2

i have attached the screen shot of terminal.

Adnan:
The error message is quite correct: All you say is where you want deal.II to be installed (the directory after the CMAKE_INSTALL_PREFIX), but you do not say where the sources are. Take another look here:
  https://dealii.org/developer/readme.html#configuration

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/f119177f-70f9-4423-a54d-7bb56951980b%40colostate.edu.

Reply via email to