Re: [deal.II] Instalation

2020-04-27 Thread Matthias Maier
On Mon, Apr 27, 2020, at 17:21 CDT, Wilmar Alves Cruvinel Lima wrote: > As I have GNU im my Linux I uncompressed with the command: > > administrador@administrador-desktop:~$ *tar -xvf dealii-9.1.1.tar.gz* > > It function correctly and the directory dealii-9.1.1 was populated. > > Next step

Re: [deal.II] Instalation

2020-04-27 Thread Wolfgang Bangerth
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/dea

[deal.II] Instalation

2020-04-27 Thread Wilmar Alves Cruvinel Lima
As I have GNU im my Linux I uncompressed with the command: administrador@administrador-desktop:~$ *tar -xvf dealii-9.1.1.tar.gz* It function correctly and the directory dealii-9.1.1 was populated. Next step was: *mkdir build cd build* and *cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir