Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 837 Bytes

BUILD.md

File metadata and controls

51 lines (41 loc) · 837 Bytes

Build Instructions

Requirements

Unix based OS

  • Tested on Debian and variants including Ubuntu, WSL & Raspberry Pi.
  • Also tested on MacOS (Catalina).

Debian based and Mac OS

Use the steps below, or have a look at this repository.

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