Update README.md
This commit is contained in:
parent
1ec9da912f
commit
433bfd3d44
30
README.md
30
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:
|
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
|
### Installation
|
||||||
|
|
@ -53,7 +72,7 @@ Some extensions that you can install to add visual programming languages with re
|
||||||
|
|
||||||
| Technology | Domain | Extension repository | Operating |
|
| 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 / 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 |
|
| 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 |
|
| 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 / Gtk | GUI | https://github.com/Alice-ArtsLab/mosaicode-c-gtk | No |
|
||||||
| C / Portaudio | Computer Music | https://github.com/Alice-ArtsLab/mosaicode-c-sound | 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
|
## Related pages
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue