Page 1 of 2

sdk lib files

Posted: Mon Apr 08, 2019 3:24 pm
by nigec
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?

Re: sdk lib files

Posted: Tue Apr 23, 2019 4:49 pm
by nigec
Nobody?
I just tried again to build from source and my system just crashed and burned and I had a hellish time getting it to reboot
It gets to the linking phase and I'm running at 90% + memory usage for a very long time

Re: sdk lib files

Posted: Tue Apr 23, 2019 4:58 pm
by alpistinho
If memory usage is the issue, you should use less threads for compiling. I don't know how to set that on Windows, but it shouldn't be too hard

Re: sdk lib files

Posted: Tue Apr 23, 2019 4:58 pm
by Fox
Maybe i can build, but i have no clue how. Assuming all the needed files can be compressed small enough for sending back to you.

Re: sdk lib files

Posted: Tue Apr 23, 2019 5:16 pm
by nigec
This is my first time using cmake so I'm not sure how to limit the threads, looking online its something like "-j number threads"

@Fox I was assuming I need to do:

Code: Select all

cd C:\Path\to\luxcorerender\WindowsCompile\
.\cmake-build-x64.bat /dll
create-sdk.bat
I would of thought the SDK would have the lib file already there
I'll have a go at limiting the threads and have another go :)

Re: sdk lib files

Posted: Tue Apr 23, 2019 5:54 pm
by Fox
Let me know if i posted right files. \luxcorerender\WindowsCompile\luxcorerender :roll:

https://drive.google.com/file/d/1C8PrS_ ... sp=sharing

Re: sdk lib files

Posted: Tue Apr 23, 2019 6:05 pm
by nigec
No, I have those, but I managed to build luxcore lib's by reducing the threads to 3 :)
Thanks for trying Fox

Re: sdk lib files

Posted: Tue Apr 23, 2019 6:09 pm
by Fox
Great :)

Re: sdk lib files

Posted: Tue Apr 23, 2019 6:10 pm
by B.Y.O.B.
I have to say I also wonder why those files are not included in the SDK release packages.

Re: sdk lib files

Posted: Tue Apr 23, 2019 6:36 pm
by nigec
may size?