sdk lib files

Discussion related to the LuxCore functionality, implementations and API.
Fox
Posts: 437
Joined: Sat Mar 31, 2018 11:17 am

Re: sdk lib files

Post by Fox »

Aa yes, 3.2 GB or 215MB 7zipped, just that lib folder.
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: sdk lib files

Post 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.
Support LuxCoreRender project with salts and bounties
User avatar
nigec
Posts: 141
Joined: Mon Mar 11, 2019 8:50 am

Re: sdk lib files

Post by nigec »

At the moment I'm just getting my head around QT again … but yeah I'm on V5.12 :)
acasta69
Developer
Developer
Posts: 472
Joined: Tue Jan 09, 2018 3:45 pm
Location: Italy

Re: sdk lib files

Post 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.
Support LuxCoreRender project with salts and bounties

Windows 10 64 bits, i7-4770 3.4 GHz, RAM 16 GB, GTX 970 4GB v445.87
acasta69
Developer
Developer
Posts: 472
Joined: Tue Jan 09, 2018 3:45 pm
Location: Italy

Re: sdk lib files

Post 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.
Support LuxCoreRender project with salts and bounties

Windows 10 64 bits, i7-4770 3.4 GHz, RAM 16 GB, GTX 970 4GB v445.87
User avatar
nigec
Posts: 141
Joined: Mon Mar 11, 2019 8:50 am

Re: sdk lib files

Post 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
Post Reply