From d4bb77bae1a0f677346926be49eaa8fe3736f9c5 Mon Sep 17 00:00:00 2001 From: smathis Date: Mon, 12 May 2025 16:43:57 +0200 Subject: [PATCH] Added some comments that this library now uses sinqMotor as static dependency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d0f6d..600ff6a 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,4 @@ Please see the documentation for the module sinqMotor: https://git.psi.ch/sinq-e ### How to build it -Please see the documentation for the module sinqMotor: https://git.psi.ch/sinq-epics-modules/sinqmotor/-/blob/main/README.md. +This driver can be compiled and installed by running `make install` from the same directory where the Makefile is located. However, since it uses the git submodule sinqMotor, make sure that the correct version of the submodule repository is checked out AND the change is commited (`git status` shows no non-committed changes). Please see the section "Usage as static dependency" in https://git.psi.ch/sinq-epics-modules/sinqmotor/-/blob/main/README.md for more details