[Bf-committers] New precompiled libraries for Linux in SVN

Campbell Barton ideasman42 at gmail.com
Fri Dec 16 03:31:29 CET 2022


Recently new precompiled libraries have been committed to SVN.
Anyone using Linux pre-compiled libraries should check out
"linux_x86_64_glibc_228" which replaces the old "linux_centos7_x86_64"
libraries.
While master builds with both old and new libraries for the moment,
we'll eventually remove them from SVN-trunk.

Build instructions have been updated [0], for details of the new
libraries see [1].

The new libraries can be checked out as usual:

  cd ../lib
  svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/linux_x86_64_glibc_228

You may want to remove your existing Blender build directory and
create a new build so stale paths aren't used.

If you prefer to keep your existing build directory you can edit your
CMakeCache.txt,
removing all entries referring to "linux_centos7_x86_64", these will
be re-initialized to the updated locations.

[0]: https://wiki.blender.org/wiki/Building_Blender/Linux
[1]: https://developer.blender.org/T99618

-- 
- Campbell


More information about the Bf-committers mailing list