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

Add BeyondCompare support on Linux #114

Closed
claremacrae opened this issue Mar 30, 2020 · 4 comments
Closed

Add BeyondCompare support on Linux #114

claremacrae opened this issue Mar 30, 2020 · 4 comments

Comments

@claremacrae
Copy link
Collaborator

BeyondCompare is supported on Linux, so it would be worth adding support for it.

https://www.scootersoftware.com/download.php?zz=kb_linux_install

@claremacrae
Copy link
Collaborator Author

When installed via the link above, for Ubuntu, bcompare is in the PATH, and this just works. So adding support for this should be pretty easy.

@claremacrae
Copy link
Collaborator Author

Better still would be to call bcomp - as that reuses any existing Beyond Compare session....
https://www.scootersoftware.com/v4help/index.html?calling_bc_from_other_applications.html

@claremacrae
Copy link
Collaborator Author

This is implemented - once I've finished setting up a Linux VM to test it, I'll close the issue.

claremacrae added a commit that referenced this issue Apr 5, 2020
It turns out that the bcomp command does not exist on Linux,
and bcompare successfully re-uses any existing Window.
@claremacrae
Copy link
Collaborator Author

This is now tested on Ubuntu, and fixed.

To install Beyond Compare for testing, I followed these instructions:

https://www.scootersoftware.com/download.php?zz=kb_linux_install

And ran these commands:

wget https://www.scootersoftware.com/bcompare-4.3.4.24657_amd64.deb
sudo apt-get update
sudo apt-get install gdebi-core
sudo gdebi bcompare-4.3.4.24657_amd64.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant