From 433bfd3d440d99b0cc0cc404ce664532f983c223 Mon Sep 17 00:00:00 2001 From: fls Date: Thu, 17 Sep 2026 18:20:34 -0300 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f205648..81c538e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,26 @@ Getting a copy of the project up and running on your local machine. Supported Pl Open the terminal (Ctrl+Alt+T) and run the following command to install the software dependencies: ``` -sudo apt install python3 python3-gi python3-cairo python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev python3-dev build-essential pkg-config python3-pip python3-venv gcc libcairo2-dev python3-dev libgirepository-2.0-dev gir1.2-gtksource-3.0 cmake libgoocanvas-2.0-9 libgoocanvas-2.0-dev gir1.2-goocanvas-2.0 +sudo apt install \ + build-essential \ + cmake \ + gcc \ + gir1.2-gtksource-3.0 \ + gir1.2-gtk-3.0 \ + gir1.2-goocanvas-2.0 \ + libcairo2-dev \ + libgirepository1.0-dev \ + libgirepository-2.0-dev \ + libgoocanvas-2.0-9 \ + libgoocanvas-2.0-dev \ + pkg-config \ + python3 \ + python3-gi \ + python3-cairo \ + python3-gi-cairo \ + python3-dev \ + python3-pip \ + python3-venv ``` ### Installation @@ -53,7 +72,7 @@ Some extensions that you can install to add visual programming languages with re | Technology | Domain | Extension repository | Operating | | --- | --- | --- | --- | -| Javascript / Web Audio API | Computer Music | https://github.com/Alice-ArtsLab/mosaicode-javascript-webaudio | Yes | +| Javascript / Web Audio API | Computer Music | https://git.alice.ufsj.edu.br/fls/mosaicode-javascript-webaudio | Yes | | C / OpenCV | Computer vision | https://github.com/Alice-ArtsLab/mosaicode-c-opencv | No | | C / Opengl | Computer graphics | https://github.com/Alice-ArtsLab/mosaicode-c-opengl | No | | Javascript / Canvas | Graphics on a web | https://github.com/Alice-ArtsLab/mosaicode-javascript-canvas | No | @@ -61,7 +80,14 @@ Some extensions that you can install to add visual programming languages with re | C / Gtk | GUI | https://github.com/Alice-ArtsLab/mosaicode-c-gtk | No | | C / Portaudio | Computer Music | https://github.com/Alice-ArtsLab/mosaicode-c-sound | No | +To install a Extension: +``` +mkdir ~/mosaicode +mkdir ~/mosaicode/extensions/ +cd ~/mosaicode/extensions/ +git clone https://git.alice.ufsj.edu.br/fls/mosaicode-javascript-webaudio.git +``` ## Related pages