projects
/
booh
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add fix whitebalance
[booh]
/
INSTALL
diff --git
a/INSTALL
b/INSTALL
index 90ae5843c9c4f41d45e85de17720fe1b643575fc..d6c147e983786bf804f5c511bfece5d792e46e48 100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-3,6
+3,7
@@
This software requires:
- ruby
- ruby-gettext >= 0.8.0
- ruby-gtk2
- ruby
- ruby-gettext >= 0.8.0
- ruby-gtk2
+- devel of ruby-gnome2 (mkmf-gnome2.rb, rbgobject.h)
Quick Start
Quick Start
@@
-11,11
+12,9
@@
Type this (You might needs super user previledge):
($ su)
# ruby setup.rb
($ su)
# ruby setup.rb
-
-If you want to install the program into your home directory
-($HOME), use following instead:
-
-$ ruby setup.rb all --prefix=$HOME
+ # cd ext
+ # ruby extconf.rb
+ # make install
Detailed Installation Process
Detailed Installation Process