Hello, may be someone can help with this question,
I have access to a machine with RTX 6000 GPUs, but I do not want to use Blender 2.80 yet… So I am trying to compile Blender 2.79b with CUDA 10(.1) RTX support. But when I follow the instructions here:
and compile I get the 2.80 version. I know next to nothing about compiling software, can anybody give me the steps to get and compile 2.79b with CUDA? And does it make any difference for the build when I compile on a machine that does not have the RTX cards (but does have the CUDA 10.1 toolkit installed)
I think it should just be an extra command to set the version I want with git, and somehow specifying the versions in these steps:
cd C:\blender-git
svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64_vc14 lib/win64_vc14
cd C:\blender-git
git clone git://git.blender.org/blender.git
cd blender
git submodule update --init --recursive
git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master
cd C:\blender-git\blender
make full