diff options
Diffstat (limited to 'rbuild')
-rw-r--r-- | rbuild | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -872,11 +872,12 @@ task :note_sources do end task :note_installation do puts <<-WOK + alternative 0: distribution install, rather than this Rakefile + a distribution install pulls in the many dependencies used by sisu after + initial processing to generate and store output, significant amongst these are + XeTeX & databases (sqlite3 and postgresql) - alternative 1: basic sisu install, as root: - rake setup - - alternative 2: gem install, you need to: + alternative 1: gem install, you need to: create the gemspec; build the gem (from the gemspec); install the gem which can be done with the single command: rake gem_create_build_install # (to build and install sisu v4 & sisu v5, alias gemcbi) @@ -884,6 +885,11 @@ task :note_installation do rake gem_create_build_install_stable # (to build and install sisu v4, alias gem4cbi) rake gem_create_build_install_unstable # (to build and install sisu v5, alias gem5cbi) for individual steps (create, build, install) see rake options, rake -T + to specify sisu version for sisu installed via gem + sisu _#{Version_info::Current.setting_stable[:version]}_ --version + sisu _#{Version_info::Current.setting_unstable[:version]}_ --version + to uninstall sisu installed via gem + sudo gem uninstall --verbose sisu WOK end task :note_developer do |