Skip to content

Commit

Permalink
Merge branch '252-documentation-wrong-command-at-building-debian-pack…
Browse files Browse the repository at this point in the history
…ages' into 'main'

Fix .deb build instructions

Closes #252

See merge request syntron/support/csr/ifm3d/ifm3d!324
  • Loading branch information
BigBoot committed Aug 21, 2023
2 parents bdb6f46 + c576afd commit 0380e94
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,15 @@ $ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
$ cmake --build .
$ cmake --build . package
$ cmake --build . repackage
$ sudo dpkg -i ifm3d_1.0.0_amd64-device.deb
$ sudo dpkg -i ifm3d_1.0.0_amd64-swupdater.deb
$ sudo dpkg -i ifm3d_1.0.0_amd64-framegrabber.deb
$ sudo dpkg -i ifm3d_1.0.0_amd64-tools.deb
$ cmake --build . --target package
$ cmake --build . --target repackage
$ sudo dpkg -i ifm3d_*_amd64-common.deb
$ sudo dpkg -i ifm3d_*_amd64-deserialize.deb
$ sudo dpkg -i ifm3d_*_amd64-device.deb
$ sudo dpkg -i ifm3d_*_amd64-framegrabber.deb
$ sudo dpkg -i ifm3d_*_amd64-swupdater.deb
$ sudo dpkg -i ifm3d_*_amd64-tools.deb
```

(The version number embedded in the deb file will be dependent upon which
Expand Down

0 comments on commit 0380e94

Please sign in to comment.