strazto / videoduplicatefinder

NOT MAINTAINED - Use https://github.com/0x90d/videoduplicatefinder -
15 stars 3 forks source link

PSA: How to run on MacOS #29

Open strazto opened 3 years ago

strazto commented 3 years ago

Later I'll integrate this to proper docs:

Download release

image

Unzip

image

Find executable, named "VideoDuplicateFinder.gui" image

Right click > "Open with" image

Choose your terminal app, check "Always Open With" image

Now your app is running image

speedheathenULTRA commented 3 years ago

@matthewstrasiotto when I attempt to run this via terminal per your instructions to right-click, or by running sudo open -n at the terminal the app does not open, it just opens a new terminal window.

Do I need to install .NET supporting files in order for this to work?

strazto commented 3 years ago

Er you shouldnt need to install a dotnet runtime, but i do have one installed since ive used my mac to develop dotnet

theres no need for sudo, btw, and you don't need to call "open" if you're running it from term

From terminal, try just calling the executable (from its folder)

# from the folder with all the dlls and stuff
./VideoDuplicateFinder.gui 

# or
# /path/to/VideoDuplicateFinder.gui

I just banged this out on my phone, so check the spelling and stuff

strazto commented 3 years ago

You can try Installing a dotnet runtime but it shouldn't be necessary

speedheathenULTRA commented 3 years ago

@matthewstrasiotto have not had any luck getting this to work on two of my machines -- not sure what I'm doing wrong