I got error :CMake Error at source/creator/cmake_install.cmake:53 (file): file INSTALL cannot find

after run make update , I just RUN make and when 100% I got the error bellow , someone help .

[100%] Built target blender
Install the project...
-- Install configuration: "Release"
CMake Error at source/creator/cmake_install.cmake:53 (file):
  file INSTALL cannot find
  "/root/blender-git/blender/release/datafiles/locale/languages": No such
  file or directory.
Call Stack (most recent call first):
  cmake_install.cmake:46 (include)


make[1]: *** [Makefile:108: install] Error 1
make: *** [GNUmakefile:357: all] Error 2

Hey amos,

I guess you miss the sub modules. Language packs is part of the sub modules from what i remember :slight_smile:

Try

git submodule foreach git pull --rebase origin master

Kind regards
Arunderan