tool3rd icon indicating copy to clipboard operation
tool3rd copied to clipboard

Build / install instructions?

Open ewa opened this issue 1 year ago • 7 comments

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!

ewa avatar Sep 15 '23 23:09 ewa

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?

somidad avatar Sep 17 '23 07:09 somidad

You bet!

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

ewa avatar Sep 22 '23 16:09 ewa

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

somidad avatar Sep 23 '23 01:09 somidad

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

ewa avatar Sep 24 '23 14:09 ewa

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 avatar Oct 03 '23 12:10 somidad

If available, could you check #34 on mac?

somidad avatar Oct 03 '23 13:10 somidad

@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.

somidad avatar Nov 02 '23 15:11 somidad