mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
15 lines
350 B
TOML
15 lines
350 B
TOML
#TODO not compiled or tested
|
|
#TODO discover minimum dependencies from cmake log
|
|
# build instructions: https://docs.codelite.org/build/build_from_sources/#linux
|
|
[source]
|
|
git = "https://github.com/eranif/codelite"
|
|
rev = "18.3.0"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
#dependencies = [
|
|
#"libssh",
|
|
#"sqlite3",
|
|
#"wxwidgets-gtk3",
|
|
#]
|