summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-21 04:30:27 +0000
committerDavid Robillard <d@drobilla.net>2006-06-21 04:30:27 +0000
commit9e6189fadd0fa1ff3636b50e84549da01fdbe7ba (patch)
tree414494844649829c554613c9b506e3c95c2f6cad /README
parentbc22cfbe0104fbe3180c9bc3df315ac739f4711b (diff)
downloadingen-9e6189fadd0fa1ff3636b50e84549da01fdbe7ba.tar.gz
ingen-9e6189fadd0fa1ff3636b50e84549da01fdbe7ba.tar.bz2
ingen-9e6189fadd0fa1ff3636b50e84549da01fdbe7ba.zip
Renaming
git-svn-id: http://svn.drobilla.net/lad/ingen@72 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index eeff8cb3..2645eef3 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-Om is a realtime modular synthesizer and/or effects processor for
+Ingen is a realtime modular synthesizer and/or effects processor for
Jack/Alsa/LADSPA/DSSI/LV2/etc (ie GNU/Linux audio systems). More information
-may be found at http://om-synth.nongnu.org
+may be found at http://codeson.net/ingen
To build, do the typical "./configure; make; make install" routine.
@@ -11,7 +11,7 @@ build clients only, build monolithic clients, etc. etc)
*** Optimization ***
-Om's configure script, by default, does not clobber your CFLAGS or CXXFLAGS
+Ingen's configure script, by default, does not clobber your CFLAGS or CXXFLAGS
environment variables (which is the proper behaviour), though it does add a
few flags that should be turned on in any case (as described in this file).
If you want to submit usable bug reports (for segfaults and the like),
@@ -28,7 +28,7 @@ SSE) through your CXXFLAGS environment variable. The performance improvement
*** Debugging ***
-Om makes very heavy use of assertions to catch bugs. Assertions have a
+Ingen makes very heavy use of assertions to catch bugs. Assertions have a
(minor) performance hit unless the preprocessor symbol NDEBUG is defined.
By default the configure script will add this to the end of your flags,
but it's worth noting. You really don't want assertions turned on in a
@@ -40,7 +40,7 @@ I can fix the problem.
*** Bugs ***
-If Om crashes, PLEASE REPORT THE BUG. This isn't software from some faceless
+If Ingen crashes, PLEASE REPORT THE BUG. This isn't software from some faceless
corporation, I'm a real person, and I'm usually on IRC (#lad on freenode.net)
if you want to talk to me. Things can't get fixed if I don't know about them,
and if you report it, it will get fixed - probably immediately.