-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
602ee73
commit 35e8df1
Showing
5 changed files
with
65 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# The below are instructions for building | ||
# Scripta Desktop for linux and windows, | ||
# adapted from what I do for MacOS | ||
# you should begin by dowloading the zip | ||
# archive for the source code at | ||
# https://github.com/jxxcarlson/scripta-tauri/releases | ||
|
||
# install rust, MacOS or Linux | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | ||
|
||
# instructions for Windows installation of Rust | ||
https://forge.rust-lang.org/infra/other-installation-methods.html | ||
|
||
# install tauri | ||
cargo install tauri-cli | ||
|
||
# build the app | ||
cargo tauri build | ||
|
||
# make the zip file for Windows, | ||
# similarly for Linux | ||
# On MacOS, the is built and placed in | ||
# /Applications -- let's call this | ||
# directory APP, and let OS be | ||
cp -r APP/scripta-desktop.app . | ||
zip -r scripta-desktop-windows.zip scripta-desktop.app | ||
rm -r scripta-desktop.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters