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

Build / install instructions? #33

Open
ewa opened this issue Sep 15, 2023 · 7 comments
Open

Build / install instructions? #33

ewa opened this issue Sep 15, 2023 · 7 comments

Comments

@ewa
Copy link

ewa commented Sep 15, 2023

Hi,

Do you have instructions for how to run this? The videos only cover using it once it's running. I tried the logical steps of checking out the repository and running yarn run start (and yarn install and yarn build) in the top-level directory (using both main and v1.17.1) but ran into a variety of peer dependency errors doing so.

Thanks!

@somidad
Copy link
Contributor

somidad commented Sep 17, 2023

Hello, thanks for your attention to this project.

You can just download the installer here.

Or, do you want to build binary for Linux or macOS?

@ewa
Copy link
Author

ewa commented Sep 22, 2023

You bet!

macOS in my case (but I imagine Linux and Windows users would also want to do it from time to time.)

@somidad
Copy link
Contributor

somidad commented Sep 23, 2023

I tried to build Linux and macOS executables, but found that lots of dependencies have breaking changes and it is very hard to fix dependencies.

I am going to rework the entire codebase and let you know if there is any progress

@ewa
Copy link
Author

ewa commented Sep 24, 2023

Awesome / good luck! Don't feel like you need to do that on my account ... but I'll definitely use it if you do! 😁

@somidad
Copy link
Contributor

somidad commented Oct 3, 2023

Hello, try the followings (I don't have mac machine so I can't build for it):

Clone & install dependencies

git clone https://github.com/proj3rd/tool3rd
cd tool3rd
git checkout develop
npm install

Run on dev

npm run dev

Build executables

npm build:win
npm build:linux
npm build:mac

If you encounter any issue, please let me know

Also, you can get Windows or Linux executables on https://github.com/proj3rd/tool3rd/releases/tag/v2.0.0-alpha

@somidad
Copy link
Contributor

somidad commented Oct 3, 2023

If available, could you check #34 on mac?

@somidad
Copy link
Contributor

somidad commented Nov 2, 2023

@ewa , could you check https://github.com/proj3rd/tool3rd/releases/tag/v2.1.0 ?

I built macOS app using GitHub workflow with macOS runner, but it's impossible to test whether it works or not.

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

No branches or pull requests

2 participants