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
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
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