~ultimaker/ultimaker/+git/libArcus:3.1

Last commit made on 2017-10-28
Get this branch:
git clone -b 3.1 https://git.launchpad.net/~ultimaker/ultimaker/+git/libArcus

Branch merges

Branch information

Recent commits

e6cb33b... by Ruben D

Install to lib folder with suffix if one exists

On some computers the folder is called 'lib64'. However, the LIB_SUFFIX variable isn't always defined. If it is defined, use it. Otherwise assume it's just 'lib'.

Thanks to mariolpantunes. Fixes #61.

e34d6fd... by Ruben D

Always run PIC

Some compilers apparently don't do this (e.g. MinGW).

52c2813... by Jaime van Kessel <email address hidden>

Merge pull request #66 from Ultimaker/update_readme

Add python3-sip-dev as libArcus dependency

509cace... by oliver

Add python3-sip-dev as libArcus dependency

libArcus cannot be built (or run?) without python sip by default.
Update the README to make this more clear to the user and
indicate that it is also optional.

Signed-off-by: Olliver Schinagl <email address hidden>

3c0547e... by Mark <email address hidden>

Change AGPL to LGPL

2cb3fda... by Ruben D

Update install directory of Python bindings

This has been different than the documented install directory for a while now.

Contributes to issue CURA-3368.

b463b8d... by Ruben D

Fix make command on Jenkins

It needs parameters as this is a subroutine. Just give it empty parameters to give the make command no parameters.

7b824a3... by Arjen Hiemstra <email address hidden>

Disable building Arcus Python bindings on Windows

Since it requires MSVC and we currently do not have things set up to
easily use MSVC for building.

3e6012f... by Arjen Hiemstra <email address hidden>

Run libArcus builds on both linux and windows

ecf6995... by awhiemstra <email address hidden>

Remove Protobuf build instructions

They are outdated and should not be here in the first place.