Hi, I have successfully installed dealii using Visual Studio 2019 and also the Windows Linux Subsystem (WLS). The WLS worked eventually and I will post some commands that will help new users. I used Ubuntu 18.04 and needed to install cmake, g++, libblas-dev and liblapack-dev before it when smoothly.
The question I have is can I compile within WSL(Ubuntu) using cmake/make and g++ compiler and make the dealii build and libraries then use these libraries and headers within Visual Studio and link against them but compile with the native VSC++ compiler. That is make dealii/build on Linux but use native visual studio for everything else. I realise its a long shot but I have code already in native windows so this would be my most robust and easiest option if it could worked. Otherwise I will need to continue with the Native Windows dealii build and at present I haven't got blas or lapack working on this. Thanks Craig -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/4f7bef11-3d66-4cf7-a15f-9178d79f7fe9%40googlegroups.com.
