Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Clarify where to get recent CMake from
Browse files Browse the repository at this point in the history
Thanks @TheAssassin
[ci skip]
  • Loading branch information
probonopd committed Dec 8, 2018
1 parent 8111de7 commit 348aa5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ appimaged is built using CMake.
You can build appimaged as follows:

```
# Optional if your CMake is not recent enough
# wget https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-Linux-x86_64.tar.gz -O - | sudo tar -xz -C /usr/local --strip-components=1
sudo apt install git cmake make g++ autoconf libtool pkg-config libglib2.0-dev libcairo2-dev libfuse-dev
git clone --recursive https://github.com/AppImage/appimaged/
cd appimaged/
Expand Down

0 comments on commit 348aa5e

Please sign in to comment.