Skip to content

i-winxd/luigi_flowey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LUIGI-FLOWEY

image

alt text

I'm getting some "vcredist140.dll" error

usually, this error doesn't appear if you've somehow installed a bunch of stuff on your computer

idk how to solve this otherwise.

How to compile

Alongside your regular "rust" compilation rules:

In order for this to work:

  • Have VS 2022 installed and make sure you install the basics for the "2022" one
  • Reroute the CMake path to the Visual Studio 2022 one (in C:/Program Files/Visual Studio 2022/) search cmake.exe, then add the folder where CMake is into your system path above most things else
  • Have LLVM installed, winget install LLVM.LLVM
  • Set LIBCLANG_PATH, the environment variable, to the LLVM bin folder (probably in program files / LLVM)