Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 879 Bytes

File metadata and controls

12 lines (10 loc) · 879 Bytes

TOPページ

自分でビルドする

以下の手順でビルドできます.

  1. Visual Studio 2022をインストール.
  2. Visual Studio Installer を起動し,"Visual Studio 2022"の"変更"を選択する.
  3. "Desktop development with C++"の"C++/CLI support for v143 build tools"と"MSVC v143 - VS 2022 C++ x64/x86 build tools"にチェックをつけてインストールする.
  4. こちらからソースコードをダウンロードするか,以下のリポジトリをクローンする.
    https://github.com/InteractiveGraphicsLab/RoiPainter.git
  5. ソースコードの"RoiPainter4D/RoiPainter4D.sln"を開き,ビルド設定を"Release"でビルドを実行する ("Debug"ではないことに注意).
  6. "RoiPainter4D/x64/Release/RoiPainter4D.exe"を実行する.