Skip to content

Latest commit

 

History

History
executable file
·
21 lines (18 loc) · 788 Bytes

README.md

File metadata and controls

executable file
·
21 lines (18 loc) · 788 Bytes

EnginePrototype

Installing on windows

  1. Install the Vulkan SDK for windows from the LunarXchange website.
  2. Install Microsoft Visual Studio so we get the right compiler
  3. Check in compileAndRunWindows.bat and install.bat if VsDevCmd.bat is pointing to the right location
  4. Check if the paths in compileShaders.bat is correct.
  5. Run install.bat
  6. Run compileAndRunWindows.bat

Installing on MAC

  1. Install the Vulkan SDK for mac from the LunarXchange website.
  2. Run install.sh with sudo
  3. Check if the paths in compileShaders.sh is correct.
  4. Run compileAndRunMac.sh

Installing on Linux

  1. Install the Vulkan SDK for mac from the LunarXchange website.
  2. Check if the paths in compileShaders.sh is correct.
  3. Run install.sh with sudo
  4. Run compileAndRunLinux.sh