There was an error while loading. Please reload this page.
Updates to Debian installation instructions pertaining to building and installing Python 3.14.7 from source
Tweak user.email git config line
Add NB about using --enable-compile-warnings if using configure and make instead of VSCode
Confirmed installation instructions for Python 3.14.7 on Debian 12 (and that python3.14 is installed separately from 3.12, if one must run through this process again)
Fixing instructions to build Python 3.12 from source, i.e. resolving ImportError for missing zlib by installing `zlib1g-dev`.
Fixing fenced code indentation in Debian setup instructions
Updated Debian setup instructions so that autoconf, automake, and libtool are installed (`autotool-dev
Updates to Windows dev env setup instructions after verifying setup on Windows 11
Update Contributing Code section with local machine git identity config info
Adding EditorConfig Extension requirement for VSCode to make sure new files created using VSCode adhere to the settings in .editorconfig file
Updated 2. Dev Setup (markdown)
Minor visual changes, mostly to make key points stand out in Contributing Code section
Add info about restarting VSCode after running DevEnvSetup to make sure it is run from the right directory
Changing platform names in docs explaining VSCode configuration to simply be bolded rather than headers so that they don't appear in the generated TOC
Using explicit HTML tags rather than octothorpe to create headings that don't appear in the page's TOC
Punctuation tweak
Updates to streamline presentation of platform-specific instructions, as well as to make VSCode-centric instructions more explicit
Added link to GitLens Branches View docs
Added further information for how to create feature branches, either using the builtin VSCode source control tools or using GitLens
Reverting position of instructions for how to install MSVC compiler toolchain on Windows, but keeping note about running VSCode from the Developer Command Prompt to be able to use MSVC cl down under the instructions for installing VSCode for Windows
Minor fix to formatting in install instructions for MinGW-w64. Updated info for Python linting and formatting for the TestSupport scripts section
Updating Windows instructions to install MinGW-w64 using UCRT (see Issue #102)
Warning about how to run devEnvSetupScript.sh on Windows
Minor tweak to devEnvSetupScript.sh instructions (Since the script uses relative paths that assume it's being run from within edge-addition-planarity-suite/devEnvSetupAndDefaults/ directory)
Windows setup steps have been tested on a Windows 11 PC
Verified e2e Windows instructions in Windows 22H2 VM with MinGW32 compiler toolchain; checked debugging C and Python sources works.
Fleshing out the Debian 12.7.0 instructions, in particular those required to build Python from source; verified that after all steps, was able to debug planarity executable and one of the python TestSupport scripts
Verified macOS instructions in Sequoia 15.0 VM