How can i download specific library?

hello everyone, I don’t wanna download all the libraries with make update command
what should I exactly do?

you can cherry pick the ones you want by manually checking the libraries out you want

for windows the root directory is at https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64_vc15

if you just want python you could run

svn co https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64_vc15/python/

Same applies to the other platforms, just browse around on

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

find the lib you want and svn co it

That being said, it is highly recommended you grab all libraries, support on a cherry picked situation is going to be fairly limited.

Thank you , I’ll check that

thank you again i got the whole library