Skip to content
Snippets Groups Projects
Commit fd2ee73c authored by Lorenzo Tilve's avatar Lorenzo Tilve
Browse files

Add GraphicsMagick and ImageMagik modules

parent 8ddd4a62
Branches
Tags
No related merge requests found
......@@ -37,6 +37,26 @@
}
]
},
{
"name": "GraphicsMagik",
"sources": [
{
"type": "archive",
"url": "https://ufpr.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.25/GraphicsMagick-1.3.25.tar.gz",
"sha256": "1fae84925a50c1d0d6f64636ffc57b6458dc892e1f181ea5d6bf731936245005"
}
]
},
{
"name": "imageMagik",
"sources": [
{
"type": "archive",
"url": "https://www.imagemagick.org/download/ImageMagick-6.9.7-9.tar.gz",
"sha256": "34c4a352318408ca5f26c5e723779d8a7b189a0b56e0a3e3c268af22978887c5"
}
]
},
{
"name": "vscode",
"build-options": {
......
all:
set -x
# Install dependencies
cd app && ./scripts/npm.sh install
cd app && ./scripts/npm.sh install && ./scripts/npm.sh install gm
# build vscode
cd app && ./node_modules/.bin/gulp "vscode-linux-ia32-prepare-flatpak" --max_old_space_size=4096;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment