Skip to content

Szymon423/GardenIO

Repository files navigation

GardenIO server

Compilation

to compile there are few steps to proceed

At first lounch You have to create docker image. Go ./Docker folder and run

docker build --tag armhf-compiler-image .

Clone essential repos

cd external
git clone https://github.com/nlohmann/json.git
git clone https://github.com/gabime/spdlog.git

To Run Docker container use:

If you're running this from WSL use:

./runDocker.sh -w

If you're running this on Linux use

./runDocker.sh

Run:

To compile in release mode use:

./makeArm.sh

In debug:

./makeArm.sh -d

And to exit:

exit

Deploy

Run:

fab -H 192.168.0.203 Install