HiroIshida / snippets

fraction of codes which may be grepped later
6 stars 3 forks source link

windows tips #57

Open HiroIshida opened 5 months ago

HiroIshida commented 5 months ago

chocolatey https://qiita.com/dai-andy1976/items/6a47bb36932aa1d5af2d

install mingw

choco install mingw

vcpkgのinstall https://learn.microsoft.com/en-us/vcpkg/get_started/get-started?pivots=shell-cmd

msvc installじにc++ workloadとかいうくそをインストールする. image まじでくそ。先にいえよ。

msvc をinstall後, devloper powershellが使えるようになるのでそこで作業する. fuck https://learn.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershell?view=vs-2022

HiroIshida commented 4 months ago
cmake --build .