Compiling Unicorn Engine on Windows

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 มี.ค. 2022
  • In this short video I show you how I compile/build Unicorn Engine. I prefer not to use the vcpkg package manager here, for more fine-grained control.
    The batch file itself can be downloaded here: github.com/Fibergeek/ucengine...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 4

  • @nobackupkiwi
    @nobackupkiwi 2 ปีที่แล้ว

    where can I find the build_all.cmd file?

    • @RCE-With-Peter
      @RCE-With-Peter  2 ปีที่แล้ว +1

      Hello. It looks like I forgot to add the batch file to the description. I've added it now. You can find a direct link here: github.com/Fibergeek/ucengine-build_all/blob/main/build_all.cmd

  • @nobackupkiwi
    @nobackupkiwi 2 ปีที่แล้ว

    I keep getting: MSBUILD : error MSB1009: Project file does not exist.
    Switch: unicorn.sln

    • @RCE-With-Peter
      @RCE-With-Peter  2 ปีที่แล้ว +1

      Difficult to tell what the exact problem is. If the "cmake" command succeeded, than I think that the msbuild is executed with the wrong directory set as current directory.