Skip to content
Snippets Groups Projects
Commit 92a8fa9c authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add ice as dependency to ArmarXCore. apt-key add and pt-add-repository not modelled yet

parent bccae5a5
No related branches found
No related tags found
No related merge requests found
{
"apt_packages": [
"libbz2-dev",
"libssl-dev",
"zeroc-ice-all-runtime",
"zeroc-ice-all-dev"
],
"pip_packages": [
"# pip_packages": [
"zeroc-ice"
],
"comment": [
"# comment": [
"https://doc.zeroc.com/ice/3.7/release-notes/using-the-linux-binary-distributions#id-.UsingtheLinuxBinaryDistributionsv3.7-InstallingIceonUbuntu",
"sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv B6391CB2CFBA643D",
"sudo apt-add-repository -s \"deb http://zeroc.com/download/Ice/3.7/ubuntu`lsb_release -rs` stable main\""
],
"required_modules": [
"apt/ssl"
"apt/ssl",
"apt/bz2"
]
}
{
"apt_packages": [
"libssl-dev"
]
}
......@@ -18,10 +18,14 @@
"build": "cmake",
"required_modules": [
"apt/lmdb",
"apt/ice",
"apt/jsoncpp",
"apt/lmdb",
"apt/sqlite3",
"simox",
"apt/bz2"
"# For python: (pip install zeroc-ice)",
"apt/bz2",
"simox"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment