Coder Social home page Coder Social logo

xphillyx / windowscompile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luxcorerender/windowscompile

0.0 0.0 0.0 10.14 MB

LuxCoreRender Windows Compilation Environment

C 22.51% Batchfile 8.17% Makefile 0.34% M4 46.74% C++ 13.64% XSLT 8.34% CSS 0.26%

windowscompile's Introduction

Building LuxCoreRender with Visual Studio
=========================================

Basic procedure to compile LuxCoreRender for Windows 64bit
----------------------------------------------------------
1) Install Visual Studio (Community Edition works perfectly.
The officially supported version is 2017, but 2019 should work too.
Visual Studio 2017: https://visualstudio.microsoft.com/vs/older-downloads/
Visual Studio 2019: https://visualstudio.microsoft.com/downloads/
If you don't want the full IDE you can also install the "Build Tools for Visual Studio";

2) Install cmake v3.11.2 or better
(https://cmake.org/ or install the CMake tools included in Visual Studio);

3) Create a "luxcorerender" directory;

4) Clone the following repositories inside the "luxcorerender" directory:
- https://github.com/LuxCoreRender/LuxCore
- https://github.com/LuxCoreRender/WindowsCompile

NOTE: it is no more necessary to clone the WindowsCompileDeps repository:
the build script will download the required deps if no WindowsCompileDeps directory is found.

5) Open the Visual Studio "x64 Native Tools Command Prompt" (one of the others will not work),
navigate to the "WindowsCompile" folder and simply invoke the cmake-build-x64.bat file:

cd C:\Path\to\luxcorerender\WindowsCompile\
.\cmake-build-x64.bat

(You can copy the filepath from an explorer window and 
paste it in the command prompt via right click -> paste)

Your Visual Studio version should be autodetected and used.
If autodetection fails, VS2017 is used by default,
but you can always specify the desired version, e.g.

.\cmake-build-x64.bat /vs2019

The first run of the build process will take around 15 minutes 
(depending on your CPU) and the linking process may consume a lot of RAM.

The compiled binaries are in Build_CMake\LuxCore\bin\Release\
The pyluxcore.pyd binary is in Build_CMake\LuxCore\lib\Release
You can run the script collect-compiled-binaries.bat to collect them.

OpenCL and CUDA
---------------
You don't need to install OpenCL or CUDA SDK anymore. The binaries will check at
run time if OpenCL and/or CUDA are available and enable/disable the support
accordingly.

Packaging a release
-------------------
In order to create an official release, you need also to install the following:
- Python v3.7
- PyInstaller (with a "pip install pyinstaller")
- PySide2 (with a "pip install PySide2")
- NumPy (with a "pip install numpy==1.15.4")

You can then package the release archive running the create-standalone.bat script.

In order to build the SDK version, just run:

cd C:\Path\to\luxcorerender\WindowsCompile\
.\cmake-build-x64.bat /dll
create-sdk.bat

NOTE: default build will use Python 3.7, the version embedded in Blender 2.8x.
If needed, you can specify the preferred version among from 3.5 to 3.9, e.g.:
.\cmake-build-x64.bat /python36

NOTE: normally you never need to build dependencies in order to build LuxCore.
The getdeps.bat and build-deps-x64.bat scripts are used mainly as a reference 
for developers and are not guaranteed to be always up-to-date.

Optional: compiling LuxMark
---------------------------
1) Clone LuxMark repository alongside the other ones in the "luxcorerender" 
directory:
- https://github.com/LuxCoreRender/LuxMark

2) Open the "x64 Native Tools Command Prompt" (one of the others will not work),
navigate to the "WindowsCompile" folder and simply invoke the cmake-build-x64.bat file:

cd C:\Path\to\luxcorerender\WindowsCompile\
.\cmake-build-x64.bat

LuxCore is a prerequisite and will be built first, if necessary, 
then LuxMark build will start.

windowscompile's People

Contributors

omniflux avatar acasta69 avatar dade916 avatar pciccone avatar lordcrc avatar theverat avatar binarycortex avatar guoxx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.