|
70 | 70 | <li>Video playback support</li>
|
71 | 71 | </ul>
|
72 | 72 |
|
73 |
| -<p>See the man page for more details.</p> |
| 73 | +<p>See the <a href="manpage.html">man page</a> for more details.</p> |
74 | 74 |
|
75 | 75 | <p>To get a better feeling of pdfpc, install it, download the demo presentation and start it with</p>
|
76 | 76 |
|
|
81 | 81 | <a id="news" class="anchor" href="#news" aria-hidden="true"><span class="octicon octicon-link"></span></a>News</h1>
|
82 | 82 |
|
83 | 83 | <ul>
|
| 84 | +<li>June 2015: pdfpc 4.0 release</li> |
84 | 85 | <li>February 2015: fork from davvil/pdfpc</li>
|
85 | 86 | <li>July 2012: pdfpc 3.1.1 released (bugfix release)</li>
|
86 | 87 | <li>June 2012: pdfpc 3.1 released</li>
|
|
97 | 98 |
|
98 | 99 | <ul>
|
99 | 100 | <li>CMake Version >=2.6</li>
|
100 |
| -<li>Gtk+ 3.x</li> |
101 |
| -<li>libPoppler with glib bindings</li> |
102 |
| -<li>gstreamer</li> |
| 101 | +<li>valac >= 0.24</li> |
| 102 | +<li>GTK+ 3.x</li> |
| 103 | +<li>gee 0.8</li> |
| 104 | +<li>libpoppler with glib bindings</li> |
| 105 | +<li>gstreamer 1.0</li> |
103 | 106 | </ul>
|
104 | 107 |
|
105 | 108 | <h2>
|
106 | 109 | <a id="compile-and-install" class="anchor" href="#compile-and-install" aria-hidden="true"><span class="octicon octicon-link"></span></a>Compile and install</h2>
|
107 | 110 |
|
108 |
| -<p>Download pdfpc-3.1.1.tgz. Uncompress the tarball (we use v3.1.1 as an example here)</p> |
| 111 | +<p>Download pdfpc-4.0.tgz. Uncompress the tarball (we use v4.0 as an example here)</p> |
109 | 112 |
|
110 |
| -<pre><code>tar xvf pdfpc-3.1.1.tgz |
| 113 | +<pre><code>tar xvf pdfpc-4.0.tgz |
111 | 114 | </code></pre>
|
112 | 115 |
|
113 | 116 | <p>Change to the extracted directory::</p>
|
114 | 117 |
|
115 |
| -<pre><code>cd pdfpc-3.1.1 |
| 118 | +<pre><code>cd pdfpc-4.0 |
116 | 119 | </code></pre>
|
117 | 120 |
|
118 | 121 | <h2>
|
|
135 | 138 |
|
136 | 139 | <p>If you use Arch Linux, you can download the <a href="https://aur.archlinux.org/packages/pdfpc">AUR package</a>.</p>
|
137 | 140 |
|
138 |
| -<p>If you use Debian or Ubuntu, you can install it from the repository. Older releases of Debian/Ubuntu generally come with an older version of pdfpc, or (in the case of Debian squeeze or Ubuntu precise) with the original pdf-presenter-console by Jakob Westhoff.</p> |
| 141 | +<p>If you use Debian or Ubuntu, you can install it from the repository. Older releases of Debian/Ubuntu generally come with an older version of pdfpc.</p> |
139 | 142 |
|
140 | 143 | <pre><code>apt-get install pdf-presenter-console
|
141 | 144 | </code></pre>
|
|
161 | 164 | <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
162 | 165 | </footer>
|
163 | 166 | </div>
|
164 |
| - |
165 |
| - |
166 |
| - |
167 | 167 | </body>
|
168 | 168 | </html>
|
0 commit comments