[GH-ISSUE #217] How to build an .exe yourself? #160

Closed
opened 2026-02-28 14:31:04 +03:00 by kerem · 2 comments
Owner

Originally created by @johndoe432 on GitHub (Nov 17, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/217

How can I biuld an executable for windows? Do I need any external libraries or utilities or it can be done without downloading a thing?

Originally created by @johndoe432 on GitHub (Nov 17, 2021). Original GitHub issue: https://github.com/jpochyla/psst/issues/217 How can I biuld an executable for windows? Do I need any external libraries or utilities or it can be done without downloading a thing?
kerem closed this issue 2026-02-28 14:31:04 +03:00
Author
Owner

@jpochyla commented on GitHub (Nov 17, 2021):

Hi, it's mentioned in the readme:

git submodule update --recursive --init
cargo build --release
<!-- gh-comment-id:971731495 --> @jpochyla commented on GitHub (Nov 17, 2021): Hi, it's mentioned in the readme: ``` git submodule update --recursive --init cargo build --release ```
Author
Owner

@johndoe432 commented on GitHub (Nov 17, 2021):

Hi, it's mentioned in the readme:

git submodule update --recursive --init
cargo build --release

Oh, my bad. Thought it was just the other version. Thanks for your help!

<!-- gh-comment-id:971737053 --> @johndoe432 commented on GitHub (Nov 17, 2021): > > > Hi, it's mentioned in the readme: > > ``` > git submodule update --recursive --init > cargo build --release > ``` Oh, my bad. Thought it was just the other version. Thanks for your help!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#160
No description provided.