sittner / linuxcnc-ethercat

LinuxCNC EtherCAT HAL driver
GNU General Public License v2.0
208 stars 141 forks source link

How to specify ethercat master path? #33

Closed rene-dev closed 6 years ago

rene-dev commented 8 years ago

how do I specify a custom path for the ethercat master with your build system? at the moment I hacked this into this file: https://github.com/sittner/linuxcnc-ethercat/blob/2d269c58a419f990ae7ba7acdf8946aa9c823c85/src/realtime.mk#L27 is there a proper way?

sirop commented 8 years ago

@rene-dev This is the wrong repo to put up this question as the EtherCAT master is built within https://github.com/sittner/ec-debianize .

rene-dev commented 8 years ago

Im not using the deb package, I compile it using the makefile.

sittner commented 6 years ago

Currently the build scripts need the master to be installed system wide.