processing / processing/processing-website
Improved Linux install process
Personne n'a encore pris cette issue.
- Langage dominant
- MDX
- Étoiles
- 90
- Forks
- 122
- Merge moyen
- 1 h 43 min
- PR mergées (30 j)
- 3
Description
The documentation tells Linux users to unpack the archive in their /home directory and install Processing in that location. While this works (and is shorter), it might be preferable to install the software in the /opt directory. Not only is /opt the proper location to install so-called optional software, but launch shortcuts will aslo be added to the panel and desktop.
Description of install process in /opt directory :
- Download the file to your /home directory.
- Open a terminal window, and type
tar xvfz processing-xxxx.tgz(replace xxxx with the rest of the file's name, which is the version number.) This will extract the content of the archive and create a folder named processing-4.0 or something similar. - Move the processing folder to the /opt directory using this command
sudo mv processing-xxxx /opt/ - Navigate to its location
cd /opt/processing-xxxx/ - Perform the installation
./install.sh
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
Ouvrez la documentation de prise en main liée et localisez les instructions d’installation pour Linux. Mettez-les à jour afin de décrire clairement le workflow /opt proposé, puis vérifiez la page rendue et les commandes d’installation.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- linux
- Domaine
- documentation, operating-systems
- Type d'issue
- Documentation
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- Calme
- Clarté
- Plutôt claire
- Accessibilité débutants
- 72/100