You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,23 @@ The windows project uses the following properties which may be overridden in the
23
23
To see the default values of each property please view `MMCommon.props`
24
24
25
25
### Building on Mac and Linux
26
-
*TODO*
27
26
28
-
Most users should clone the `micro-manager` repository and use this repo as a submodule.
27
+
The easiest way to build on Mac or Linux is to clone the [micro-manager](https://github.com/micro-manager/micro-manager) repository and use this repo as a submodule.
28
+
29
+
30
+
Then follow the [instructions](https://github.com/micro-manager/micro-manager/blob/main/doc/how-to-build.md#building-on-unix) for building micro-manager which will also build this repo.
31
+
32
+
You can avoid building the micro-manager parts and only build MMCore and the device adapters by using the following configure command: `./configure --without-java`.
33
+
34
+
The other thing to note is that `make install` may require the use of `sudo` unless you used the `--prefix=` option for configure.
35
+
36
+
#### Using your own fork
37
+
If you want to make changes to this repo then you need to update the submodule to point to your fork. After you set that up you can work in the submodule as if it were a standalone git repository.
0 commit comments