Skip to content

Commit

Permalink
Explicitly mention what type of FANS library is being compiled
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Sigg <[email protected]>
  • Loading branch information
IshaanDesai and siggmo authored Nov 2, 2024
1 parent cc245ca commit 7b5783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pyFANS is a Python-wrapped library to control FANS via the [Micro Manager](https

## Building

To build FANS as a library, set the CMake variable `FANS_LIB` to `ON`. The CMake command to compile FANS would then be `cmake .. -DFANS_LIB=ON`.
To build FANS as a Micro Manager compatible Python library, set the CMake variable `FANS_LIB` to `ON`. The CMake command to compile FANS would then be `cmake .. -DFANS_LIB=ON`.

## Usage

Expand Down

0 comments on commit 7b5783f

Please sign in to comment.