Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improved Linux install process #358

Open
jarcento opened this issue Jan 9, 2023 · 1 comment
Open

Improved Linux install process #358

jarcento opened this issue Jan 9, 2023 · 1 comment

Comments

@jarcento
Copy link

jarcento commented Jan 9, 2023

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 :

  1. Download the file to your /home directory.
  2. 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.
  3. Move the processing folder to the /opt directory using this command sudo mv processing-xxxx /opt/
  4. Navigate to its location cd /opt/processing-xxxx/
  5. Perform the installation ./install.sh
@SableRaf
Copy link
Collaborator

SableRaf commented Feb 3, 2023

Hi @liolechien and thanks for your feedback!

@benfry: was there a specific reason for us to tell Linux users to install Processing in the /home directory as opposed to the /opt directory in the Getting Started tutorial? If not, I'll be happy to implement Lio's proposed change.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants