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

Q: Why do I need Wine and all the ugly crap that comes with it to Linux? #53

Open
JDJoe opened this issue Mar 28, 2018 · 9 comments
Open

Comments

@JDJoe
Copy link

JDJoe commented Mar 28, 2018

Why do I need Wine and all the ugly crap that comes with it to (Kubuntu) Linux?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@JDJoe
Copy link
Author

JDJoe commented Apr 25, 2018

Any plans to build a real Linux client that can be used without Wine?

@TheComputerScienceEducator

You can install on kubuntu using docker easily. I just wrote up instructions to add to the readme with about 4-5 commands needed. Running btcp electrum on lubuntu 18.04 right now.

@TheComputerScienceEducator

Try this :
+For Ubuntu 18.04 including Docker install:
+----------------------
+
+Update apt package index and upgrade packages as needed
+

  • sudo apt-get update && apt-get upgrade

+Install Docker package from Ubuntu repository
+

  • sudo apt install docker.io

+Build the docker image::
+

  • sudo ./build-docker.sh

+Run the docker image::
+

  • ./run-docker.sh

@JDJoe
Copy link
Author

JDJoe commented Jun 6, 2018

Thank you for your instructions.

BTW, you have a small mistake here:

sudo apt-get update && apt-get upgrade

it is

sudo apt-get update && sudo apt-get upgrade

or just use sudo -i and skip all the sudo blah stuff

@JDJoe
Copy link
Author

JDJoe commented Jun 6, 2018

BTW, there is no working docker for Ubuntu 18.04 LTS.
So, I have to keep wait :)

@TheComputerScienceEducator
Copy link

@JDJoe
Copy link
Author

JDJoe commented Jun 7, 2018

I found several similar posts about 18.04 K(U)buntu and docker.io and they usually end with "you just have to wait, it's not available" :)

My point is, you probably have better things to do. I can wait few more days.

@TheComputerScienceEducator
Copy link

@javier-lopez
Copy link

The docker build / docker run scripts work great, however I also like having a tar.gz around with all the deps inside, using this https://github.com/javier-lopez/dockers/blob/master/electrum-btcp/build-linux-tar-from-docker.sh to generate such file.

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

3 participants