GithubHelp home page GithubHelp logo

kbellve / mmcoreanddevices Goto Github PK

View Code? Open in Web Editor NEW

This project forked from micro-manager/mmcoreanddevices

0.0 1.0 0.0 179.9 MB

The c++ code at the core of the Micro-Manager project.

C++ 91.76% Makefile 0.36% C 6.11% CMake 0.01% Processing 0.02% HTML 0.22% Shell 0.03% M4 0.47% SWIG 0.20% Java 0.82%

mmcoreanddevices's Introduction

mmCoreAndDevices

The c++ code at the core of the Micro-Manager project.

Building on Windows

The windows project uses the following properties which may be overridden in the MSBuild command line using the /property:name=value switch:

MM_3RDPARTYPUBLIC: The file path of the publically available repository of 3rd party dependencies
MM_3RDPARTYPRIVATE: The file path of the repository of 3rd party dependencies which cannot be made publically available
MM_BOOST_INCLUDEDIR: The include directory for Boost.
MM_BOOST_LIBDIR:  The lib directory for Boost.
MM_SWIG:  The location of `swig.exe`
MM_PROTOBUF_INCLUDEDIR: The include directory for Google's `protobuf`
MM_PROTOBUF_LIBDIR: The lib directory for Google's `protobuf`
MM_PROTOC: The location of `protoc.exe` for Googles `protobuf`
MM_BUILDDIR: The directory that build artifacts will be stored in.

To see the default values of each property please view MMCommon.props

Building on Mac and Linux

TODO

Most users should clone the micro-manager repository and use this repo as a submodule.

Branches (for maintainers only)

This repository consists of two primary branches: main and privateMain.
Changes made to the main branch are merged into privateMain. The only difference between the two branches is that privateMain includes a private repository as a submodule containing device adapter code which is not permitted to be made publicly available.
Note: Please do not modify public files in the privateMain branch. Changes made in main should be merged into privateMain but never the other way around.
Note: After checking out the privateMain branch it may be necessary to run the following command to make sure that all submodules are up to date in your local copy: git submodule update --init --recursive.

mmcoreanddevices's People

Contributors

bls337 avatar elliotsteele avatar haiimz1234 avatar imcclenahan avatar jdeschamps avatar jiangxl avatar jondaniels avatar lukas-cobolt avatar marktsuchida avatar nanthony21 avatar someclevername avatar tlambert03 avatar tomhanak avatar triccyx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.