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

Configuration and documentation for building and running in Codespaces or Development Container #1101

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Feb 25, 2024

  1. Add devcontainer configuration and scripts

    * setup.sh is called when container is created. It installs required
      packages and performs the EGSnrc configuration
    
    * build-gui-apps.sh is called after the container is created and builds
      the GUI apps. It relies upon the configuration being created and
      the .bashrc having been setup
    
    * .gitignore is updated to ignore the files created when building the
      devcontainer configuration. Also added additional QT conf files that
      are generated during build
    
    * README.md provides some basic documentation about using devcontainer
    markphip committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    27ba6a6 View commit details
    Browse the repository at this point in the history