-
Notifications
You must be signed in to change notification settings - Fork 230
Installation Issues
EdCaunt edited this page Nov 5, 2020
·
6 revisions
None known
Most OSX issues we've seen stem from compiler issues. Please make sure you have a functioning C/C++ compiler before trying to install/use Devito.
We haven't tested devito on Windows but you're welcome to try. We suggest one of the following approaches:
- Enable the windows subsystem for Linux following the instructions here
- Get a working bash shell on ubuntu (through WSL)
- Install conda and gcc
- Proceed with the devito conda-based install instructions
- Install Docker using the instructions here
- Ensure that
git config --global core.autocrlf false
is set to prevent modification of line endings - Proceed with the devito docker-based install instructions