Skip to content
Beth Cimini edited this page Mar 7, 2022 · 13 revisions

Table of Contents

Developer resources

Source code

The source code for the CellProfiler project is hosted in Git repositories administered by GitHub. The code can be checked out from these locations:

Installation

Creating/retrieving executables

We typically now build on GH Actions, see deprecated CPA 2 build instructions below

When building in GH Actions, note that if you want to build a branch rather than master, you need to a) do the cloning and the checkout in the GH Action and b) then edit the Makefile to get it to skip running those steps.