mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
18 lines
472 B
TOML
18 lines
472 B
TOML
#TODO missing script for building, see https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Linux/UNIX#Build_the_OpenSCAD_binary
|
|
#TODO missing dependencies - https://github.com/openscad/openscad/#prerequisites
|
|
[source]
|
|
tar = "https://files.openscad.org/openscad-2021.01.src.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"qt5-base",
|
|
"libgmp",
|
|
"libmpfr",
|
|
"boost",
|
|
"glew",
|
|
"glib",
|
|
"fontconfig",
|
|
"freetype2",
|
|
"harfbuzz",
|
|
]
|