Advertisement
Guest User

Proble with CRYENGINE Installation

a guest
May 30th, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. cloning repo:
  2. -------------
  3.  
  4. [wert@archlinux ~]$ git clone https://github.com/CRYTEK/CRYENGINE.git
  5. Cloning into 'CRYENGINE'...
  6. remote: Counting objects: 124924, done.
  7. remote: Compressing objects: 100% (348/348), done.
  8. remote: Total 124924 (delta 200), reused 248 (delta 162), pack-reused 124402
  9. Receiving objects: 100% (124924/124924), 532.90 MiB | 2.57 MiB/s, done.
  10. Resolving deltas: 100% (88332/88332), done.
  11. Checking out files: 100% (13627/13627), done.
  12.  
  13. Installing:
  14. ------------
  15.  
  16. [wert@archlinux ~]$ cd CRYENGINE/
  17. [wert@archlinux CRYENGINE]$ ./cry_waf.sh build_linux_x64_clang_profile --project-spec=gamesdk
  18. [WARNING] No default compiler found, enabling compiler auto-detection
  19. [WAF] Executing 'configure'
  20. Downloading: CRYENGINE_v5.4.0_SDKs.tar.gz Bytes: 648526394
  21. 648526394 [100.00%]
  22. Extracting 52207 files to:"Code/SDKs"
  23. 52207 [100.00%]
  24. [WARNING] - Compiler settings not found. (compile_settings_durango)
  25. [WARNING] - Compiler settings not found. (compile_settings_orbis)
  26. [INFO] Configure "linux_x86_gcc - [debug, profile, performance, release]"
  27. [INFO] Configure "linux_x64_gcc - [debug, profile, performance, release]"
  28. [INFO] Configure "linux_x86_clang - [debug, profile, performance, release]"
  29. [INFO] Configure "linux_x64_clang - [debug, profile, performance, release]"
  30. Checking for program protoc : /home/wert/CRYENGINE/Code/SDKs/protobuf/bin/linux/protoc
  31. [WARNING] /home/wert/CRYENGINE/Code/SDKs/Scaleform not found, this feature is excluded from this build.
  32. [WARNING] NVAPI SDK v.386 not found, excluding from the build.
  33. [WARNING] AMD AGS SDK not found, excluding from the build.
  34. No wscript file in directory /home/wert/CRYENGINE/Code/CryEngine/CrySchematyc/STDEnv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement