-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathINSTALL
More file actions
34 lines (20 loc) · 878 Bytes
/
Copy pathINSTALL
File metadata and controls
34 lines (20 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
lulz v0.02 INSTALLATION INSTRUCTIONS
You can use lulz with ruby1.8.x or ruby 1.9.1, 1.9.0 will not work.
Release 0.02 breaks compatibility with the old database, you'll need to use the
new lulz.sqlite3 file.
AS ROOT
# apt-get install ruby1.8 ruby1.8-dev rubygems libsqlite3-dev libxml2-dev \
libxslt1-dev libopenssl-ruby libgmp3-dev
# gem install mechanize mofo hpricot nokogiri json sqlite3-ruby hoe \
activerecord flickraw
The stable version of debian does not come with a recent enough version of
libsqlite3-dev, if you are installing under debian stable either use the
unstable package or compile from source yourself.
then from lulz root dir (as any user)
$ cd lib/identity_bayes
$ ruby extconf.rb
$ make
then from whereever you extracted the tarball (as any user)
./lulz -h
You may also want to edit the resources.yml file in the config directory
:)