~lynx333/cairo-dock-plug-ins-extras/HDDtemperature

« back to all changes in this revision

Viewing changes to WebSearch/README

  • Committer: eduardo-mucelli
  • Date: 2010-04-08 16:19:27 UTC
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: edumucelli@gmail.com-20100408161927-x011juoc144a8w41
Added a new applet WebSearch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
In order to use this applet, it is necessary to install Ruby, Rubygems and some gems.
 
2
 
 
3
# Installation process
 
4
 
 
5
* Ruby: sudo apt-get install ruby1.8-dev ruby1.8 ri1.8 rdoc1.8 irb1.8 libreadline-ruby1.8 libruby1.8
 
6
* Rubygems: Instructions are neatly described in http://rubygems.org/pages/download
 
7
* Gem Rbus: (sudo) gem install rbus
 
8
* Gem parseconfig: (sudo) gem install parseconfig
 
9
* Lib XSLT e XML required by Nokogiri Gem: (sudo) apt-get install libxslt-dev libxml2-dev
 
10
* Gem Nokogiri: (sudo) gem install nokogiri
 
11
* Gem Launchy: (sudo) gem install launchy
 
12
 
 
13
# Tips
 
14
 
 
15
When running Cairo-Dock through terminal, for example, cairo-dock -c, check if any message regarding execution permission is being shown. If so, set execution permission to the applet, chmod a+x WebSearch
 
16
 
 
17
# Contact me
 
18
 
 
19
Any doubt, suggestion or anything else, except asking for some money, I would be pleased to received a message from you.
 
20
 
 
21
Author: Eduardo Mucelli Rezende Oliveira
 
22
E-mail: edumucelli@gmail.com or eduardom@dcc.ufmg.br