Le nouvel éditeur de texte Atom 1. est maintenant disponible. Mais uniquement aux processeurs 64 bits. Comment puis-je créer une version 32 bits?
Ces instructions supposons que vous avez un système 32 bits:
Sudo apt-get install build-essential git libgnome-keyring-dev fakeroot rpm libx11-dev libxkbfile-dev
Configuration node.js
:
curl --silent --location https://deb.nodesource.com/setup_0.12 | Sudo bash -
Sudo apt-get install nodejs
Clonez le référentiel Atom:
cd
git clone https://github.com/atom/atom
Si vous avez besoin de la dernière version:
git fetch -p
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
Maintenant, construisez et installez:
cd atom
Sudo script/build --create-debian-package
Utilisez Sudo
ci-dessus pour éviter les autorisations refusées au cours du processus de construction. De même, si vous rencontrez un problème avec la commande build
, exécutez Sudo update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10
.
Ou installez Atom via un PPA:
Sudo add-apt-repository ppa:webupd8team/atom
Sudo apt-get update
Sudo apt-get install atom
https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md
Construisez-le mate. Comme dans le readme, étape par étape. :)
Une version 32 bits de Atom est maintenant disponible .
Exécutez les commandes suivantes pour ajouter son référentiel et l'installer.
Sudo add-apt-repository ppa:webupd8team/atom
Sudo apt-get update
Sudo apt-get install atom