Yuesu,

Hello Daniel,
>   Thank you very much! I make a new folder to save the compile file for 
> cmake, and I used the command
> *cmake -DCMAKE_INSTALL_PREFIX=${HOME}**/deal.II 
> home/yjin6/Deal.II/dealii-9.0.1* (substituted with my directory),
> but cmake gave error warning. I substitute it with 
> *cmake -DCMAKE_INSTALL_PREFIX=/**path/to/install/dir 
> home/yjin6/Deal.II/dealii-9.0.1*
> Cmake gives the message that:
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/yjin6/Deal.II/dealii
>

This implies that /home/yjin6/Deal.II/dealii is your build directory not 
your installation directory.

cmake -DCMAKE_INSTALL_PREFIX=/home/yjin6/deal.II 
/home/yjin6/Deal.II/dealii-9.0.1

would result in the installation directory to be /home/yjin6/deal.II and 
the build directory to be /home/yjin6/Deal.II/dealii-9.0.1

Best,
Daniel

-- 
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/ce88e2ea-8a86-4926-ab85-7760382bff04%40googlegroups.com.

Reply via email to