Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Scurtu <scurtu@mail.de>2017-02-19 12:40:46 +0300
committerGitHub <noreply@github.com>2017-02-19 12:40:46 +0300
commitd47fde775521b2bb20660d0476354c0246f7376c (patch)
tree76f44fe4356844c959af84f22091da75becd146b
parent149180b466ae765664e9f51d15eae0bdf08aacc5 (diff)
Update build from source
- dependencies - typo - ubuntu notice
-rw-r--r--_packages/manual.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/_packages/manual.md b/_packages/manual.md
index 874b0c36..8f9b37b4 100644
--- a/_packages/manual.md
+++ b/_packages/manual.md
@@ -2,9 +2,9 @@
distro: Compile
data-content: source
---
-<h3><small>You will need the following packages isntalled:</small></h3>
+<h3><small>You will need the following packages installed:</small></h3>
<h4><small>(names can differ depending on the distribution)</small></h4>
-<pre><ul><li>build-essential</li><li>cmake</li><li>vala (>=0.26)</li><li>pkg-config</li><li>libgirepository1.0-dev</li><li>libgtk-3-dev (>= 3.12)</li><li>libsoup2.4-dev</li><li>libjson-glib-dev</li><li>libwebkit2gtk-4.0-dev (or 3.0)</li><li>libsqlite3-dev</li><li>libsecret-1-dev</li><li>libnotify-dev</li><li>libxml2-dev</li><li>libunity-dev (optional)</li><li>librest-dev</li><li>libgee-0.8-dev</li></ul></pre>
+<pre><ul><li>build-essential</li><li>cmake</li><li>vala (>=0.26)</li><li>pkg-config</li><li>libgirepository1.0-dev</li><li>libgtk-3-dev (>= 3.22)</li><li>libsoup2.4-dev</li><li>libjson-glib-dev</li><li>libwebkit2gtk-4.0-dev (or 3.0)</li><li>libsqlite3-dev</li><li>libsecret-1-dev</li><li>libnotify-dev</li><li>libxml2-dev</li><li>libunity-dev (optional)</li><li>librest-dev</li><li>libgee-0.8-dev</li><li>libgstreamer1.0-dev</li><li>libgstreamer-plugins-base1.0-dev (gstreamer-pbutils-1.0)</li><li>libgoa-1.0-dev (>= 3.20)</li><li>libcurl-dev</li><li>libpeas-dev</li></ul></pre>
Navigate to the directory which contains the source and create a new folder for the build:
<pre>mkdir build</pre>
Then navigate to the just created build folder:
@@ -15,3 +15,5 @@ Compile the source-code:
<pre>make</pre>
And install the binaries:
<pre>make install</pre>
+
+<h1><small>NOTE: Building on Ubuntu is currently unsupported..</small></h1>