machinekit / Cetus

Full-featured user interface for Machinekit
GNU Affero General Public License v3.0
35 stars 35 forks source link

Add binary name using qmake TARGET field #1

Closed ArcEye closed 9 years ago

ArcEye commented 9 years ago

Linking fails on x86 linux, because default name for binary is Cetus and there is already a dir by that name in the repo tree

You could rename the dir, but traditionally all binaries under linux are lowercase amyway

Signed-off-by: Mick Grant arceye@mgware.co.uk

machinekoder commented 9 years ago

A lowercase target name is a good idea. I recommend a build outside the source directory.