-
Notifications
You must be signed in to change notification settings - Fork 45
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
Installation instruction missing #62
Comments
mkdir ~/src Then just copy the files to their equivalent directories. |
The @pizzadude 's answer is quite pythonish/linux-literated (you need to have couple of talents to find and install ICE dependencies and Python eggs, using dh_* because repo for building debs/deb-package structure/knowing of FHS). Outdated but easiest way: (deb-based ubuntu, mint, etc) ArchLinux based OSes (Arch, Manjaro & Apricity-OS use AUR ). |
Successfully installed the lastest release on Ubuntu 20.04 "Focal Fossa" from this PeppermintOS PPA. The other few packages listed in the PPA shouldn't conflict with Ubuntu packages at least for version 20.04+. I had just to substitute sudo add-apt-repository --no-update ppa:peppermintos/p10-respin
sudo sed -i s/focal/bionic/ /etc/apt/sources.list.d/peppermintos-ubuntu-p10-respin-focal.list
sudo apt update
sudo apt install ice |
Could you please explain in the Readme how to install ICE in other distros (ubuntu, mint, etc)
The text was updated successfully, but these errors were encountered: