Skip to content
Snippets Groups Projects
Commit 21f14a2b authored by Florent Berthaut's avatar Florent Berthaut
Browse files

Add to readme and refine update.sh

parent defc59a5
Branches
No related tags found
No related merge requests found
# gdpd # gdpd
Godot add-on for loading and processing Pure Data patches Godot add-on for loading and processing Pure Data patches
\ No newline at end of file
# Compiling
## Compiling on GNU/Linux
- Open a terminal
- Type the following commandes :
- git clone https://gitlab.univ-lille.fr/ivmi/gdpd.git
- cd gdpd
- ./update.sh linux
## Compiling on Windows
- Open the Windows Powershell
- Type the following commandes :
- git clone https://gitlab.univ-lille.fr/ivmi/gdpd.git
- cd gdpd
- ./update.sh windows
## Compiling on Mac OSX
## Compiling for Android (/ Oculus Quest)
## Compiling for the Web
#!/bin/bash #!/bin/bash
git config --global url."https://".insteadOf git://
git submodule update --init --recursive git submodule update --init --recursive
cd src/godot-cpp cd src/godot-cpp
scons platform=$1 generate_bindings=yes scons platform=$1 generate_bindings=yes target=release
cd ../.. cd ../..
scons platform=$1 scons platform=$1 target=release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment