Skip to content

Fix KIPR-Update to include >=25.6 #20

Description

@Zacharyprime

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions