Conan build files for packaging pre-built ubuntu library libsystemd0
and libsystemd-dev
x86:
sudo apt-get update
sudo apt-get download libsystemd-dev --print-uris
sudo apt-get download libsystemd0 --print-uris
Arm:
sudo mv /etc/apt/sources.list /etc/apt/sources.list.old
echo "# deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ xenial main multiverse restricted universe
deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ xenial main multiverse restricted universe
deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main multiverse restricted universe
# deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ xenial-updates main multiverse restricted universe
# deb [arch=amd64] http://security.ubuntu.com/ubuntu/ xenial-security main multiverse restricted universe
#http://ports.ubuntu.com/ubuntu-ports xenial/main armhf
" | sudo tee /etc/apt/sources.list
sudo apt-get update
apt-get download libsystemd-dev:armhf --print-uris
apt-get download libsystemd0:armhf --print-uris