summaryrefslogtreecommitdiffstats
path: root/system/zeroinstall-injector/README
diff options
context:
space:
mode:
author Michaƫl Dupont2010-05-11 20:02:13 +0200
committer Robby Workman2010-05-11 20:02:13 +0200
commit6a49b9e7fc137c37ecac9ef0454c43f9241a556a (patch)
tree2cce98c78153d043aa3b32a73fb60c2209660f81 /system/zeroinstall-injector/README
parent22e03450da16c784e6ffd4769e75844253d5577a (diff)
downloadslackbuilds-6a49b9e7fc137c37ecac9ef0454c43f9241a556a.tar.gz
system/zeroinstall-injector: Added to 12.0 repository
Diffstat (limited to 'system/zeroinstall-injector/README')
-rw-r--r--system/zeroinstall-injector/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/zeroinstall-injector/README b/system/zeroinstall-injector/README
new file mode 100644
index 0000000000..933c126126
--- /dev/null
+++ b/system/zeroinstall-injector/README
@@ -0,0 +1,13 @@
+The Zero Install Injector
+
+A running process is created by combining many different libraries
+(and other components). In the Zero Install world, we have
+all versions of each library available at all times. The problem is
+then how to choose which versions to use.
+
+The injector solves this problem by selecting components to meet
+a program's requirements, according to a policy you give it.
+The injector finds out which versions are available, and downloads
+and runs the ones you choose.
+
+NOTE: You'll need PyGTK (available at SlackBuilds.org) to run this.