Closed rubenvanwanzeele closed 3 months ago
Hi, you need to use checkinstall command
@zmata that worked, thx, but still struggling to resolve the issue on your repo...
Hi there,
I would need a .deb installation file for aarch64 for mbusd, but I currently fail to create one. Can you guide me on how this can be done?
On your aarch64 machine, try to execute the following commands in mbusd
sources directory:
mkdir ./build
cd ./build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make all
cpack -G DEB
After that, the generated .deb file should be placed in build
directory.
Hi there,
I would need a .deb installation file for aarch64 for mbusd, but I currently fail to create one. Can you guide me on how this can be done?