Search found 437 matches

by Fox
Tue Feb 11, 2020 1:52 am
Forum: User Support
Topic: Linux Compiling LuxCore
Replies: 37
Views: 14945

Re: Linux Compiling LuxCore

1. Unpack LuxCoreRender sources into the subdirectory below 'root' directory (where scripts are located). The subdir with Lux sources may have any name, however if it contains 'opencl' then OpenCL-enabled version is compiled (disabled otherwise); if it contains 'dll' then the DLL version of LuxCore...
by Fox
Mon Feb 10, 2020 11:51 pm
Forum: User Support
Topic: Linux Compiling LuxCore
Replies: 37
Views: 14945

Re: Linux Compiling LuxCore

Have you done a "git clone" of LuxCore repository as explained in the README file ? You should do a git clone on a "LuxCore-opencl" directory. I have the feeling your "opencl" (wrong name) is just empty :?: This part is not mentioned in readme. Readme tells to create e...
by Fox
Mon Feb 10, 2020 9:43 pm
Forum: User Support
Topic: Linux Compiling LuxCore
Replies: 37
Views: 14945

Re: Linux Compiling LuxCore

Dade wrote: Mon Feb 10, 2020 9:39 pm I have the feeling you have never used Linux/Unix command line :?:
Yes :)
by Fox
Mon Feb 10, 2020 9:22 pm
Forum: User Support
Topic: Linux Compiling LuxCore
Replies: 37
Views: 14945

Re: Linux Compiling LuxCore

:roll: !!! Boost compilation failed human@human:~/LinuxCompile$ cd opencl human@human:~/LinuxCompile/opencl$ rm CMakeCache.txt rm: cannot remove 'CMakeCache.txt': No such file or directory human@human:~/LinuxCompile/opencl$ cmake -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.7m.so -DPYTHON_I...
by Fox
Mon Feb 10, 2020 5:08 pm
Forum: User Support
Topic: Linux Compiling LuxCore
Replies: 37
Views: 14945

Re: Linux Compiling LuxCore

I removed the CMakeCache.txt and target folder and run: cd LinuxCompile ./build-64-sse2 cmake -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.7m.so -DPYTHON_INCLUDE_DIR=/usr/include/python3.7m . make -j 16 Another error: human@human:~$ cd LinuxCompile human@human:~/LinuxCompile$ ./build-64-sse...
by Fox
Mon Feb 10, 2020 3:37 pm
Forum: User Support
Topic: Linux Compiling LuxCore
Replies: 37
Views: 14945

Re: Linux Compiling LuxCore

Error log: ./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory 50 | # include <pyconfig.h> | ^~~~~~~~~~~~ compilation terminated. "g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -w -mtune=generic -mno-ssse3 -std=gnu++98 -mmmx -msse -...
by Fox
Mon Feb 10, 2020 2:45 pm
Forum: User Support
Topic: Linux Compiling LuxCore
Replies: 37
Views: 14945

Linux Compiling LuxCore

I'm stuck with compiling on Linux with gcc at Boost failing to find Python.
Python3 and Python3 dev are installed and i have edited the build script at PYTHON_INCLUDE=`find /usr/include to correct location in kUbuntu 19.10
by Fox
Sun Feb 02, 2020 12:33 am
Forum: Development
Topic: HOWTO - compile on OSX 2020
Replies: 20
Views: 12097

Re: HOWTO - compile on OSX 2020

u3dreal wrote: Sun Feb 02, 2020 12:06 am plz open a new thread ... this is OSX
Sure. I will do it later, i have long border render going and can't log off windows right now to play with Linux. Maybe week or so.
by Fox
Sun Feb 02, 2020 12:00 am
Forum: Development
Topic: HOWTO - compile on OSX 2020
Replies: 20
Views: 12097

Re: HOWTO - compile on OSX 2020

u3dreal wrote: Sat Feb 01, 2020 11:27 pm
Fox wrote: Sat Feb 01, 2020 4:24 pm If Mac tutor is done, then Linux next plz :)
https://wiki.luxcorerender.org/Compiling_LuxCore

Have a look here
When i run ./build-64-sse2 it gets stuck at finding python and opencl :roll:
by Fox
Sat Feb 01, 2020 4:24 pm
Forum: Development
Topic: HOWTO - compile on OSX 2020
Replies: 20
Views: 12097

Re: HOWTO - compile on OSX 2020

If Mac tutor is done, then Linux next plz :)