Skip to content

History / 2. Dev Setup

Revisions

  • Updates to Debian installation instructions pertaining to building and installing Python 3.14.7 from source

    @wbkboyer wbkboyer committed Sep 8, 2026
  • Tweak user.email git config line

    @john-boyer-phd john-boyer-phd committed Sep 1, 2026
  • Add NB about using --enable-compile-warnings if using configure and make instead of VSCode

    @john-boyer-phd john-boyer-phd committed Sep 1, 2026
  • 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)

    @wbkboyer wbkboyer committed Sep 1, 2026
  • Fixing instructions to build Python 3.12 from source, i.e. resolving ImportError for missing zlib by installing `zlib1g-dev`.

    @wbkboyer wbkboyer committed Aug 31, 2026
  • Fixing fenced code indentation in Debian setup instructions

    @wbkboyer wbkboyer committed Aug 31, 2026
  • Updated Debian setup instructions so that autoconf, automake, and libtool are installed (`autotool-dev

    @wbkboyer wbkboyer committed Aug 31, 2026
  • Updates to Windows dev env setup instructions after verifying setup on Windows 11

    @wbkboyer wbkboyer committed Aug 24, 2026
  • Update Contributing Code section with local machine git identity config info

    @john-boyer-phd john-boyer-phd committed Jun 30, 2026
  • Adding EditorConfig Extension requirement for VSCode to make sure new files created using VSCode adhere to the settings in .editorconfig file

    @wbkboyer wbkboyer committed Mar 14, 2025
  • Updated 2. Dev Setup (markdown)

    @john-boyer-phd john-boyer-phd committed Jan 30, 2025
  • Minor visual changes, mostly to make key points stand out in Contributing Code section

    @john-boyer-phd john-boyer-phd committed Jan 21, 2025
  • Add info about restarting VSCode after running DevEnvSetup to make sure it is run from the right directory

    @john-boyer-phd john-boyer-phd committed Jan 21, 2025
  • 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

    @wbkboyer wbkboyer committed Jan 21, 2025
  • Using explicit HTML tags rather than octothorpe to create headings that don't appear in the page's TOC

    @wbkboyer wbkboyer committed Jan 21, 2025
  • Punctuation tweak

    @wbkboyer wbkboyer committed Jan 21, 2025
  • Updates to streamline presentation of platform-specific instructions, as well as to make VSCode-centric instructions more explicit

    @wbkboyer wbkboyer committed Jan 21, 2025
  • Updated 2. Dev Setup (markdown)

    @john-boyer-phd john-boyer-phd committed Jan 21, 2025
  • Added link to GitLens Branches View docs

    @wbkboyer wbkboyer committed Jan 20, 2025
  • Added further information for how to create feature branches, either using the builtin VSCode source control tools or using GitLens

    @wbkboyer wbkboyer committed Jan 20, 2025
  • 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

    @wbkboyer wbkboyer committed Jan 20, 2025
  • Updated 2. Dev Setup (markdown)

    @john-boyer-phd john-boyer-phd committed Jan 20, 2025
  • Minor fix to formatting in install instructions for MinGW-w64. Updated info for Python linting and formatting for the TestSupport scripts section

    @wbkboyer wbkboyer committed Dec 19, 2024
  • Updating Windows instructions to install MinGW-w64 using UCRT (see Issue #102)

    @wbkboyer wbkboyer committed Dec 12, 2024
  • Warning about how to run devEnvSetupScript.sh on Windows

    @wbkboyer wbkboyer committed Oct 31, 2024
  • 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)

    @wbkboyer wbkboyer committed Oct 31, 2024
  • Windows setup steps have been tested on a Windows 11 PC

    @wbkboyer wbkboyer committed Oct 31, 2024
  • Verified e2e Windows instructions in Windows 22H2 VM with MinGW32 compiler toolchain; checked debugging C and Python sources works.

    @wbkboyer wbkboyer committed Oct 29, 2024
  • 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

    @wbkboyer wbkboyer committed Oct 29, 2024
  • Verified macOS instructions in Sequoia 15.0 VM

    @wbkboyer wbkboyer committed Oct 28, 2024