cartesi / machine-emulator

The off-chain implementation of the Cartesi Machine
GNU Lesser General Public License v3.0
58 stars 32 forks source link

feat: add debian source package files #248

Closed mpolitzer closed 1 week ago

mpolitzer commented 1 week ago

Building a debian package requires the build-essential metapackage. After that install the package build dependencies, then:

build: dpkg-buildpackage -us -uc clean: dpkg-buildpackage -rfakeroot -Tclean

mpolitzer commented 1 week ago

Moved to https://github.com/cartesi/machine-emulator/pull/249 because of the branch name.