Skip to content

Commit

Permalink
Debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
PetteriAimonen committed Sep 25, 2019
1 parent a0af33f commit e3532a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ GPU-specific driver:
sudo apt install ocl-icd-opencl-dev beignet # For Intel GPUs
sudo apt install ocl-icd-opencl-dev nvidia-opencl-icd # For NVidia GPUs

To build the application, simply type:
To build and install the application, simply type:

make
make install

Or to build a Debian/Ubuntu package, type:
Or to build a Debian/Ubuntu package and install it, type:

make builddeb
sudo dpkg -i DEBUILD/focus-stack*.deb

Building on Windows
-------------------
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Vcs-Git: https://github.com/PetteriAimonen/focus-stack.git

Package: focus-stack
Architecture: any
Depends: libopencv (>= 3.0), ${shlibs:Depends}, ${misc:Depends}, libgcc1, libstdc++6
Depends: libopencv-core3.2, libopencv-video3.2, libopencv-imgcodecs3.2, libopencv-photo3.2, libopencv-imgproc3.2, ${shlibs:Depends}, ${misc:Depends}, libgcc1, libstdc++6
Suggests: ocl-icd-libopencl1
Description: Fast focus stacking of photos for extended depth of field.
focus-stack implements the complex wavelets based algorithm for
Expand Down

0 comments on commit e3532a5

Please sign in to comment.