summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author112.203.25.183 <112.203.25.183.pldt.net>2012-02-05 04:35:11 +0000
committer112.203.25.183 <112.203.25.183.pldt.net>2012-02-05 04:35:11 +0000
commitf60e69e8248896ce51b0c23bfc586d61662f5439 (patch)
tree04193bfc1b6ec2e6ff5ff96a4905d4dd1e4b8b74
parentea06d67ff98311cb767990e4bf5572ab255acdf1 (diff)
-rw-r--r--FrontPage.moin2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontPage.moin b/FrontPage.moin
index f5391f1..e13cd63 100644
--- a/FrontPage.moin
+++ b/FrontPage.moin
@@ -5,7 +5,7 @@ Liboil is a library of simple functions that are optimized for various CPUs. The
Many multimedia applications and libraries already do similar things internally. The goal of this project is to consolidate some of the code used by various multimedia projects, and also make optimizations easier to use by a broader range of applications.
As of the liboil-0.3.0 release, I'm actively encouraging other open-source projects to begin using liboil. I'm happy to do much of work converting projects to use liboil, and especially, adding function classes and implementations to liboil that may be needed.
-Liboil does not require GCC to build, but since it uses GCC-style inline assembly heavily, using GCC is strongly recommended. Versions of GCC prior to 3.2 are known to have problems compiling liboil correctly. GLib-2.0 is recommended to build a few of the examples, but is not required for [http://www.cavite-housing.com/ cavite housing] anything that is installed.
+Liboil does not require GCC to build, but since it uses GCC-style inline assembly heavily, using GCC is strongly recommended. Versions of GCC prior to 3.2 are known to have problems compiling liboil correctly. GLib-2.0 is recommended to build a few of the examples, but is not required for [[http://www.cavite-housing.com/|cavite housing]] anything that is installed.
Liboil may be modified and distributed in accordance with a very liberal license commonly referred to as "Two-Clause BSD". This license was chosen to make liboil useful to as many open-source projects as possible, and has the side effect of also allowing liboil to be used by proprietary applications.