Skip to content

How to compile #6

Answered by hugoender
hugoender asked this question in Q&A
Discussion options

You must be logged in to vote

Seems like I'm missing some dependencies but as I was trying to figure that out I realized that the Teslamate RPi install has no Desktop or GUI so running tesla_auth will not work (correct me if I'm wrong).

Therefore, I decided to build/compile tesla_auth on my Macbook and there it seems to work fine.

For completeness sake the following are the steps I took to get it working on my Macbook:

  1. Installed rust: curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
  2. Cloned this repo: git clone https://github.com/adriankumpf/tesla_auth.git
  3. Went into the new tesla_auth directory: cd tesla_auth
  4. Ran: cargo build
  5. This will create a new "target" directory. CD into it: cd target
  6. CD into debug …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hugoender
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants