Skip to content
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

We should add a new developer tutorial/quickstart guide #20211

Open
JustinPrivitera opened this issue Jan 31, 2025 · 0 comments
Open

We should add a new developer tutorial/quickstart guide #20211

JustinPrivitera opened this issue Jan 31, 2025 · 0 comments
Labels
docs update to the documentation

Comments

@JustinPrivitera
Copy link
Member

JustinPrivitera commented Jan 31, 2025

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.

@JustinPrivitera JustinPrivitera added the docs update to the documentation label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs update to the documentation
Projects
None yet
Development

No branches or pull requests

1 participant