Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
projects:panel-plugins:xfce4-notes-plugin [2011/11/21 10:26] – [Open Bugs] mmassonnetprojects:panel-plugins:xfce4-notes-plugin [2011/11/21 10:37] – [Downloads] mmassonnet
Line 51: Line 51:
 **Xfce 4.6**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-1.7.2.tar.bz2|xfce4-notes-plugin-1.7.2.tar.bz2]] **Xfce 4.6**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-1.7.2.tar.bz2|xfce4-notes-plugin-1.7.2.tar.bz2]]
  
-**Xfce 4.4**: [[http://goodies.xfce.org/releases/xfce4-notes-plugin/xfce4-notes-plugin-1.6.4.tar.bz2|xfce4-notes-plugin-1.6.4.tar.bz2]]+**Xfce 4.4**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.6/xfce4-notes-plugin-1.6.4.tar.bz2|xfce4-notes-plugin-1.6.4.tar.bz2]]
  
-**Xfce 4.2**:  +**Xfce 4.2**: [[http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/0.11/xfce4-notes-plugin-0.11.1.tar.bz2|xfce4-notes-plugin-0.11.1.tar.bz2]]
-{{:projects:panel-plugins:xfce4-notes-plugin-0.11.1.tar.gz|xfce4-notes-plugin-0.11.1.tar.gz}}+
  
 ===== Installation Instructions ===== ===== Installation Instructions =====
  
-**1. Install dependencies** +==== Dependencies ====
- +
-The latest version of the notes plugin depends on:+
   * GTK+ >= 2.14   * GTK+ >= 2.14
   * GLib >= 2.16   * GLib >= 2.16
Line 69: Line 66:
   * Unique >= 1.0   * Unique >= 1.0
  
-**2. Extract source code**+==== Compile ====
  
-<code bash> +  tar xf xfce4-notes-plugin-<VERSION>.tar.bz2 
-tar xf xfce4-notes-plugin-<VERSION>.tar.bz2 +  cd xfce4-notes-plugin-<VERSION> 
-cd xfce4-notes-plugin-<VERSION> +  ./configure 
-./configure # or ./configure --prefix=/usr +  make
-</code>+
  
-**3. Install system wide**+==== Install ====
  
-<code bash> +  sudo make install
-sudo make install +
-</code>+