Atom 에디터로 러스트하는데요. 컴파일 하는데 이렇게 뜨네요.
error: could not exec the linker `link.exe`: 지정된 파일을 찾을 수 없습니다. (os error 2)
note: the msvc targets depend on the msvc linker but `link.exe` was not found
note: please ensure that VS 2013 or VS 2015 was installed with the Visual C++ option
error: aborting due to previous error
러스트가 단독으로 실행파일을 만들어주지 않고 visual studio 2013 이나 2015 의 VC++ 링크 파일을 필요로 하는데, 니 컴퓨터에 비줠C++ 이 안깔려 있거나, path 가 걸려 있지 않아서 생기는 문제. 설치 되어 있다면 path 걸어주는 설정을 하든, bat 파일 하나 만들어서 돌리면 되긴 함.
잉 그러면 형님 visual studio 2017 VC++은 안되고 vs2013, vs2015 만요?
러스트 msbuild 쓰나?
그냥 아톰에디터랑 rustini.exe 다운받았는데요. 방금 vc++ 2015 다운받았어요