tpiadm icon indicating copy to clipboard operation
tpiadm copied to clipboard

Compiling instructions?

Open reukiodo opened this issue 1 year ago • 1 comments

For those that don't use a 32bit OS (or even if they do), what are the compiling instructions?

reukiodo avatar Dec 04 '22 06:12 reukiodo

I think I figured it out:

apt update && apt -y install libi2c-dev
cd tpiadm/
make all
cp dist/Release/GNU-Linux/tpiadm /bin/

reukiodo avatar Dec 04 '22 06:12 reukiodo