Page 2 of 2

Re: sdk lib files

Posted: Tue Apr 23, 2019 6:44 pm
by Fox
Aa yes, 3.2 GB or 215MB 7zipped, just that lib folder.

Re: sdk lib files

Posted: Tue Apr 23, 2019 6:50 pm
by Dade
nigec wrote: Mon Apr 08, 2019 3:24 pm Out of interested I wanted to have a go building a simple application with QT but I noticed there is no lib files in the SDK
Sadly I don't have enough ram to build from source, last time my system crashed and it wasn't happy when I rebooted lol
Are the libs available?
Note: we are migrating from Qt v4.x to Qt v5.x (for LuxMark v4.0) so the binaries are going to change soon.

Re: sdk lib files

Posted: Tue Apr 23, 2019 6:54 pm
by nigec
At the moment I'm just getting my head around QT again … but yeah I'm on V5.12 :)

Re: sdk lib files

Posted: Tue Apr 23, 2019 7:01 pm
by acasta69
Sorry that I'm late with this, I see you've already solved, but anyways:

Code: Select all

cmake-build-x64.bat /dll /cpucount:n
with n = number of cores you want to use.

Re: sdk lib files

Posted: Wed Apr 24, 2019 8:31 am
by acasta69
About the missing lib files: could it be they have just been forgotten, and no one noticed yet?
Nigec, it could be you are the first one who actually tries to use the SDK on Windows, so this might have gone unnoticed...

The only required file should be luxcore.lib and I have modifed create-sdk.bat so that it is now included.

Re: sdk lib files

Posted: Wed Apr 24, 2019 9:02 am
by nigec
Yeah it seems its just be the luxcore.lib
I think Tao, the Max guy also mentioned it, obviously his system is better than mine and didn't take him 3 weeks to compile his own lol

Thanks for fixing the bat