Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

環境構築が楽になった #19

Merged
merged 3 commits into from
Jan 14, 2025
Merged

環境構築が楽になった #19

merged 3 commits into from
Jan 14, 2025

Conversation

sarukiti
Copy link
Contributor

概要

詳しくは #18 に書いてあります。

留意するべき点

Windows環境においては、usb-can-hardwareにWinUSBドライバを当てる必要があります。以下、その手順です。

  1. このURLから最新のzadigをダウンロードする。執筆時点ではver2.9が最新版である。
    zadig_download
  2. ダウンロードしたzipファイルを解凍し、zadigを起動する。
  3. usb-can-hardwareをPCに接続する。
  4. Options→List All Devicesとする。
    image
  5. 画像のようにしてドライバを当てる。
    zadig_patch
  6. 完成

以下GitHub Copilotによる自動生成

Summary

This pull request includes several changes to the Rust project configuration and dependencies. The most important changes are the removal of unnecessary dependency installation steps in the GitHub Actions workflow and the update of dependencies in the Cargo.toml and build.rs files.

Changes to GitHub Actions workflow:

Updates to dependencies:

  • Cargo.toml: Updated tonic-build to version "0.12" and added protox version "0.7" as a new dependency.
  • build.rs: Replaced tonic_build::compile_protos with protox::compile and updated the configuration to use tonic_build::configure.

Copy link
Contributor

@d-robo-ynct d-robo-ynct left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

問題ないと思います。
protoxのメンテナンスは注視してみる必要があるでしょうね。

@sarukiti sarukiti merged commit c453588 into master Jan 14, 2025
3 checks passed
@sarukiti sarukiti deleted the develop branch January 14, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants