kipr / KIPR-Update

Repository for pulling updates for KIPR Controllers
GNU General Public License v3.0
3 stars 0 forks source link

Fix KIPR-Update to include >=25.6 #20

Open Zacharyprime opened 2 years ago

Zacharyprime commented 2 years ago

I'm unsure of what version the .deb files in this repository are. I think they are v26.0.

They need to be updated to 26.1 or higher.

Here are instructions for building .deb files

COMPILE EVERYTHING

Move into the project: cd libwallaby Make a build folder: mkdir build Move into the build folder: cd build Build the Project: cmake .. && make -j4 Move out of the project folder: cd ../..

MAKE THE .deb FILE

Make a tar.gz file of the package: tar -zcvf libwallaby.tar.gz libwallaby Copy that tar.gz into the file: cp libwallaby.tar.gz libwallaby Move into the directory: cd libwallaby Run this (inside the project folder): dpkg-buildpackage -b -rfakeroot -us -uc