Skip to content

Commit

Permalink
Remove cmake based build
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Dec 12, 2021
1 parent 7121419 commit fa271cf
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,139 deletions.
223 changes: 0 additions & 223 deletions CMakeLists.txt

This file was deleted.

18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,24 +171,6 @@ any tweaks at all), installation can be done by simply typing:

sudo apt install peek

Besides, you can also create your own `.deb` package for Peek easily.
First, install the build dependencies:

sudo apt install cmake valac libgtk-3-dev libkeybinder-3.0-dev libxml2-utils gettext txt2man

Then build Peek and package it:

git clone https://github.com/phw/peek.git
mkdir peek/build
cd peek/build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DGSETTINGS_COMPILE=OFF ..
make package

This will create the package `peek-x.y.z-Linux.deb` (where `x.y.z` is the
current version). You can install it with `apt`:

sudo apt install ./peek-*-Linux.deb

### Fedora
**Note: Fedora by default does not provide the required `ffmpeg` package in its
repositories. For this reason it is recommended for Fedora users to install Peek
Expand Down
69 changes: 0 additions & 69 deletions cmake/FindVala.cmake

This file was deleted.

67 changes: 0 additions & 67 deletions cmake/GResource.cmake

This file was deleted.

Loading

0 comments on commit fa271cf

Please sign in to comment.