Media Lab/Media Art

우분투에 프로세싱 설치하기

바나나인간 2019. 2. 3. 21:37

Installing Java 8:

sudo apt-get update
sudo apt-get install oracle-java8-installer

Installing Processing 3.3.6

  1. Download Processing 3.3.6 tar.gz file from http://download.processing.org/processing-3.3.6-linux64.tgz

  2. Copy the downloaded file to home directory

  3. Open terminal and type tar xvfz processing-3.3.6-linux64.tgz which will create a new file called processing-3.3.6

  4. Now change to that directory using cd processing-3.3.6

  5. Use ./processing to run Processing 3.3.6

To create a shortcut of program:

  1. Search for Main Menu and launch it (Download from Ubuntu Software if you don't have Main Menu application).

  2. Select Accessories on left hand side

  3. Click on New Item button .

  4. Enter Processing as name.
  5. Enter /home/aditya/processing-3.3.6/processing as command and click OK.
  6. Now search for Processing and launch it.
  7. In the launcher Right Click the icon and select Lock to Launcher.