There was an error while loading. Please reload this page.
First draft complete; final verification of setup steps forthcoming
Removing references to Eclipse IDE setup, reorganizing so that platform-dependent setup instructions are in their proper section
Must tackle #103 to make these instructions coherent
Trying to massage exising documentation from the README.md for working with Eclipse into this docs page
Removing instructions pertaining to setup of clang installed via homebrew, pending #111
Small tweaks, but most importantly need to verify the compiler toolchain setup on MacOS
Fleshed out VSCode instructions for debugging C/C++ and Python, copied Eclipse instructions from README.md
Adding preliminary instructions for Windows MinGW gcc and MSVC cl. Linking to appropriate wiki pages for Python debugging, linting, and formatting.
Adding Python 3.12 install instructions for MacOS Sequoia (15.0); decided to include instructions for how to use homebrew to install Python 3.12, even though it is significantly more brittle and fraught than running the macOS universal2 installer
Added Python 3.12 installation instructions for Windows 10 with links to appropriate wiki pages after confirming details on Windows 10 22H2 virtual machine
Adding further instructions for Debian Linux environment setup, in particular the package build dependencies and Python 3.12
Adding more setup instructions for the various supported platforms, as well as details of VSCode setup and configuration
Adding more information about tasks.json and launch.json
Initial draft of development environment setup notes