From adf8902543fc22509d6a8d8fc82d58cd1e129ee7 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 28 Jul 2007 01:27:50 +0100 Subject: mention of rake --- README | 52 ++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 42 insertions(+), 10 deletions(-) (limited to 'README') diff --git a/README b/README index 789f95e2..1742d410 100644 --- a/README +++ b/README @@ -138,16 +138,22 @@ They may be downloaded from: Otherwise to install SiSU from source, check information at: -two alternative modes of installation from source are provided, -setup.rb (by Minero Aoki) and a rant(by Stefan Lang) built install file, -in either case: the first steps are the same, download and unpack the -source file: +alternative modes of installation from source are provided, +setup.rb (by Minero Aoki), +rake (by Jim Weirich) built install file, +rant (by Stefan Lang) built install file, + +Ruby is the essential dependency for the basic operation of SiSU 1. Download the latest source (information available) from: 2. Unpack the source +Note however, that additional external package dependencies, +such as texlive or postgresql should you desire to use it +are not taken care of for you. + %% to use setup.rb --------------- this is a three step process, @@ -162,8 +168,30 @@ in the root directory of the unpacked SiSU as root type: +%% to use install (prapared with "Rake") +--------------- +Rake must be installed on your system: + + + +in the root directory of the unpacked SiSU as root type: + rake + +or + rake base + +This makes use of Rake (by Jim Weirich) and the provided Rakefile + +For a list of alternative actions you may type: + rake help + rake -T + %% to use install (prapared with "Rant") --------------- +(you may use the instructions above for rake substituting rant if rant is +installed on your system, or you may use an independent installer created using +rant as follows:) + in the root directory of the unpacked SiSU as root type: ruby ./sisu-install @@ -198,19 +226,23 @@ SiSU can make use of if available, (the use/requirement of some of which are interdependent for specific actions by SiSU): Package: sisu -Depends: ruby (>= 1.8.4), libwebrick-ruby +Architecture: all +Depends: ruby (>= 1.8.2), libwebrick-ruby, unzip, zip +Conflicts: vim-sisu, sisu-vim, sisu-remote +Replaces: vim-sisu, sisu-vim Recommends: sisu-pdf, sisu-sqlite, sisu-postgresql, librmagick-ruby, trang, - tidy, librexml-ruby, zip, unzip, openssl, rsync, openssh-client | lsh-client, - keychain, hyperestraier, kdissert -Suggests: libfcgi-ruby1.8, rcs | cvs, lv, texinfo, pinfo, rename +tidy, librexml-ruby, openssl, rsync, openssh-client | lsh-client, keychain, +hyperestraier, kdissert, vim-addon-manager +Suggests: rcs | cvs, lv, texinfo, pinfo Package: sisu-complete Depends: ruby (>= 1.8.4), sisu, sisu-pdf, sisu-postgresql, sisu-sqlite Recommends: hyperestraier Package: sisu-pdf -Depends: sisu, tetex-bin | texlive-base-bin, tetex-extra | texlive-latex-extra, - texlive-latex-extra, latex-ucs +Architecture: all +Depends: sisu, texlive-latex-base, texlive-fonts-recommended, +texlive-latex-recommended, texlive-latex-extra Suggests: evince, xpdf Package: sisu-postgresql -- cgit v1.2.3