diff options
author | Mauro Giachero <mauro.giachero@gmail.com> | 2010-05-11 22:53:57 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:57 +0200 |
commit | 044576c78537e49823f889614042c48ef4e142df (patch) | |
tree | c12c71c07756a304deda26c9938db9c90dfef6cb /libraries/aufs/README | |
parent | 516165d8bf782096e4cbaea28d754207758956b1 (diff) | |
download | slackbuilds-044576c78537e49823f889614042c48ef4e142df.tar.gz |
libraries/aufs: Added to 12.1 repository
Diffstat (limited to 'libraries/aufs/README')
-rw-r--r-- | libraries/aufs/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libraries/aufs/README b/libraries/aufs/README new file mode 100644 index 0000000000..89941a0e3e --- /dev/null +++ b/libraries/aufs/README @@ -0,0 +1,22 @@ +Aufs is a stackable unification filesystem such as Unionfs, which unifies +several directories and provides a merged single directory. + +If you build on a multicore system, add JOBS={core #} to enable parallel +compilation; for example, to start 4 build jobs simultaneously, do: + JOBS=4 ./aufs.SlackBuild + +You can build this for a different kernel than the one which happens to be +currently running - see the build script for details. + +Since there are no official aufs source tarballs, the download link refers +to a tarball containing the CVS snapshot of version 20080128. +After talking with the aufs developer, we learned that Monday's snapshots +are considered "releases" of aufs. That being the case, you may certainly +decide to use a later cvs snapshot than what we have tested, but there are +no guarantees from us that it will compile cleanly or package properly. +If changes in the upstream cvs repository necessitate changes to our build +script, please let us know. + +Note: The download link for the source tarball points to the SlackBuilds.org + server; this is because the upstream sources are only available via + cvs. |