lloydroc / ebyte-sx1276

EByte E32 for the Raspberry Pi on Linux
Apache License 2.0
20 stars 5 forks source link

Create Debian Package #19

Open lloydroc opened 2 years ago

lloydroc commented 2 years ago

To install we currently have to download the tarbal and install from source:

./configure
make
sudo make install

If we create a .deb package the installation instruction is

apt install e32 # not sure of name

Would be much preferred to the installation from source.