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

how to start coot on linux? #179

Closed
mofeimofei opened this issue Nov 8, 2024 · 2 comments
Closed

how to start coot on linux? #179

mofeimofei opened this issue Nov 8, 2024 · 2 comments

Comments

@mofeimofei
Copy link

I just make $ bash build-it, and I dont know what to do next, I am not familiar with this system, what should I do then?

@pemsley
Copy link
Owner

pemsley commented Nov 8, 2024

Which "Linux"?

build-it is for Old Coot, we are all about New Coot on GitHub. If you want to compile from scratch then build-it-3-3 is the script. That might not work and fixing compilation problems is painful and slow-going.

Perhaps the easiest installation for you is to use Flatpak:

#161

@eunos-1128
Copy link
Contributor

eunos-1128 commented Nov 8, 2024

Hi, @mofeimofei

If you were able to install Coot with a build script, you could probably start it with coot. If the installed location is not in PATH, you should add it to the PATH and then start it with coot.

As @pemsley mentioned, newer versions of Coot are easier to install using package managers. Details are in README.md.

If you install with Flatpak you don't have to worry about dependencies, so the possibility of installation failure is relatively low.

Also, although it is not written in README.md, if your Linux is Debian you can install the new version of Coot by the following commands.

echo "deb http://deb.debian.org/debian unstable main" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install coot

# run Coot
coot

@pemsley pemsley closed this as completed Jan 27, 2025
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