summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-03-10 17:24:26 -0400
committermidipix <writeonce@midipix.org>2015-03-10 17:24:26 -0400
commitd4f05a648228cacd18da82914115cb18c768be2a (patch)
tree706bde72affd39b22de032f00874803db76f6741 /README
downloadchainport-d4f05a648228cacd18da82914115cb18c768be2a.tar.bz2
chainport-d4f05a648228cacd18da82914115cb18c768be2a.tar.xz
created repository
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c8e63d8
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+portage: the midipix porting bits for everything but the compiler
+
+porting applications and libraries to midipix can often be done with
+no changes to the code proper, and only minor changes to the build
+system, most notably with respect to libtool.
+
+for the sake of convenience and simplicity, each supported version of
+an upstream source tree has a patch named package-x.y.z.midipix.patch.
+
+for packages not using libtool, building for the midipix target should
+only require the above patch file. if the package does use libtool,
+however, then you should also copy libtool.midipix to the top
+directory of its source tree.