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

Setup scripts #77

Closed
5 of 7 tasks
oscartbeaumont opened this issue Apr 30, 2022 · 7 comments · Fixed by #358
Closed
5 of 7 tasks

Setup scripts #77

oscartbeaumont opened this issue Apr 30, 2022 · 7 comments · Fixed by #358
Assignees
Labels
kind/feature A new feature

Comments

@oscartbeaumont
Copy link
Contributor

oscartbeaumont commented Apr 30, 2022

  • Windows
  • Linux - Arch
  • Linux - Ubuntu
  • Linux - PopOS
  • Linux - Debian
  • Linux - Fedora
  • Convert CI to use the script
@oscartbeaumont oscartbeaumont self-assigned this Apr 30, 2022
@oscartbeaumont oscartbeaumont added this to the MVP milestone May 4, 2022
@Brendonovich Brendonovich changed the title Support setup script on Windows Setup scripts May 4, 2022
@Brendonovich Brendonovich added the kind/feature A new feature label May 4, 2022
@kolton-musgrove
Copy link

Could I take care of writing the windows setup script?

I think a logical flow of operations would be:

  1. Check for rust, cargo, nodejs, and npnm installations
  2. run pnpm i
  3. run pnpm prep

Is there other functionality you wanted the scripts to have?

@oscartbeaumont
Copy link
Contributor Author

@kolton-musgrove Feel free to do the Windows setup script!

The functionality you listed sounds good. You will have to install the required Tauri dependencies along with ffmpeg or its required dependencies so that the Rust code will build.

@abhnva
Copy link
Contributor

abhnva commented May 8, 2022

What about the Linux script?

@oscartbeaumont
Copy link
Contributor Author

What about them?

The alpha version of the Linux script already exists in the repo. I just need to get Arch and Fedora working properly, which is hard as I only have a Debian based system (although imma test with Docker). I have had a busy few days but I will push my changes before mid-week.

@CodePurble
Copy link
Contributor

Hi @oscartbeaumont, I'd be happy to help out with the Arch Linux install.

@voletro
Copy link
Contributor

voletro commented Jun 22, 2022

I am rewriting the windows setup script, given that so many people are having issues.

From past experience, the ffmpeg binaries are need in path, including each library ffmpeg needs and their respective binaries.

I'll keep updated here and will test with multiple machines.

@oscartbeaumont
Copy link
Contributor Author

Awesome! Feel free to message on here or Discord if you got any questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants