Skip to content

History / 2. Dev Setup

Revisions

  • 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
  • First draft complete; final verification of setup steps forthcoming

    @wbkboyer wbkboyer committed Oct 25, 2024
  • Removing references to Eclipse IDE setup, reorganizing so that platform-dependent setup instructions are in their proper section

    @wbkboyer wbkboyer committed Oct 25, 2024
  • Must tackle #103 to make these instructions coherent

    @wbkboyer wbkboyer committed Oct 24, 2024
  • Trying to massage exising documentation from the README.md for working with Eclipse into this docs page

    @wbkboyer wbkboyer committed Oct 24, 2024
  • Removing instructions pertaining to setup of clang installed via homebrew, pending #111

    @wbkboyer wbkboyer committed Oct 24, 2024
  • Small tweaks, but most importantly need to verify the compiler toolchain setup on MacOS

    @wbkboyer wbkboyer committed Oct 22, 2024
  • Fleshed out VSCode instructions for debugging C/C++ and Python, copied Eclipse instructions from README.md

    @wbkboyer wbkboyer committed Oct 18, 2024
  • Adding preliminary instructions for Windows MinGW gcc and MSVC cl. Linking to appropriate wiki pages for Python debugging, linting, and formatting.

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

    @wbkboyer wbkboyer committed Oct 18, 2024
  • Added Python 3.12 installation instructions for Windows 10 with links to appropriate wiki pages after confirming details on Windows 10 22H2 virtual machine

    @wbkboyer wbkboyer committed Oct 17, 2024