We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't find something like this if we already have it.
We should add a quickstart guide for new developers who want to work on VisIt. We should include information like this:
If you want to work on developing VisIt, a good place to start would be getting the project built.
I'd start with something like this on a linux system:
git clone --recursive [email protected]:visit-dav/visit.git ./visit/src/tools/dev/scripts/build_visit --write-unified-file build_visit ./build_visit --makeflags -j24 --mesagl --required
But have instructions for windows and mac as well. Quick information about contributing should be available as well.
Mainly, I think we need a resource that can quickly get new developers bootstrapped, whether they are new to the team or are external collaborators.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't find something like this if we already have it.
We should add a quickstart guide for new developers who want to work on VisIt. We should include information like this:
But have instructions for windows and mac as well. Quick information about contributing should be available as well.
Mainly, I think we need a resource that can quickly get new developers bootstrapped, whether they are new to the team or are external collaborators.
The text was updated successfully, but these errors were encountered: