Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 695 Bytes

BUILD.md

File metadata and controls

46 lines (38 loc) · 695 Bytes

Build Instructions

Requirements

Linux based OS - Tested on Debian and variants including Ubuntu, WSL & Raspberry Pi.

Debian based OS

sudo apt-get install build-essential cmake git
git clone https://github.com/papawattu/msg-core
cd msg-core
mkdir build
cd build
cmake ..
make
sudo make install

cd ../../
git clone https://github.com/phev-remote/phevcore.git
cd phevcore
mkdir build
cd build
cmake ..
make
sudo make install
cd ../../

git clone https://github.com/DaveGamble/cJSON.git
cd cJSON
mkdir build
cd build
cmake ..
make
sudo make install
cd ../../

git clone https://github.com/phev-remote/phevctl.git
cd phevctl
mkdir build
cd build
cmake ..
make

./phevctl --help