-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instruciton how to setup an env for developers #65
Comments
Ah, my mistake. Nevertheless, people who are git-savvy are more likely to clone the repo than to download a tarball, so I agree making it clearer in the documentation that the instructions only work with tarballs would be a good idea. |
Note, the tarball constains the nek source, examples, documentation (in the future) and all required 3rd party code. That's why we strongly recommend to always use the latest release which is only avaiable as a tarball. This is explained in the quick start:
Is this not clear enough? |
It's perfectly clear if you take the time to read it :) Again, someone git-savvy will see the first section titled "Downloading the code" and may say to themselves "I know how to do that already". It wouldn't hurt to put a reminder in the "Running your first simulation" section. |
Just want to point out that if you miss this important information you may run into other issues (incompatible 3rd party versions etc.). |
Good to know. It might be worth having a separate developer's guide that discusses setting up a proper environment with git then for people who are interesting in contributing to the code and need to be working off the master branch. |
I agree, that's a good idea! |
Okay, I added some extra warnings about not trying to clone the master branch. I think the initial issue here is closed, but I'm going to change this to "developer's guide". |
The quickstart documentation mentions an examples/ directory that doesn't seem to exist in the Nek5000 repo anymore (I gather those moved to the NekExamples repo). Along the same lines, the Running your first simulation doesn't work because there's no examples directory.
The text was updated successfully, but these errors were encountered: