exocore 0.1.25

Distributed applications framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[target.armv7-unknown-linux-gnueabihf]
pre-build = [
    "dpkg --add-architecture $CROSS_DEB_ARCH",
    "apt-get update && apt-get install --assume-yes protobuf-compiler clang zlib1g-dev:$CROSS_DEB_ARCH"
]

[target.x86_64-unknown-linux-gnu]
pre-build = [
    "dpkg --add-architecture $CROSS_DEB_ARCH",
    "apt-get update && apt-get install --assume-yes protobuf-compiler clang zlib1g-dev:$CROSS_DEB_ARCH"
]