13
0
Go to file
Tim Mayberry a8640ec0af removed the following environment variables:
ARDOUR_GLADE_PATH
	ARDOUR_RC
	ARDOUR_UI
	ARDOUR_UI_RC
	ARDOUR_BINDINGS
	ARDOUR_COLORS

They have been replaced with just one environment
variable called ARDOUR_PATH which can contain a number
of colon separated paths that are used to find various
configuration and data files. Files located in
ARDOUR_PATH have priority over files in ~/.ardour/ and
in the system path.

Moved two member functions of the Configuration class
into globals.cc as they should of been static and I'm
trying to keep the non-portable code together when it
makes sense.


git-svn-id: svn://localhost/trunk/ardour2@380 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-03-12 16:19:03 +00:00
DOCUMENTATION Added Petter Sundlof (peppo) to contributors & the about box 2005-11-14 15:55:36 +00:00
gtk2_ardour removed the following environment variables: 2006-03-12 16:19:03 +00:00
libs removed the following environment variables: 2006-03-12 16:19:03 +00:00
templates ignore built templates. 2005-09-26 02:13:03 +00:00
tools Initial revision 2005-05-13 20:47:18 +00:00
.cvsignore Part one of the sfdb reworking. 2005-12-07 22:57:47 +00:00
ardour_system.rc route list + edit group list now pretty much functional, plus preparations for ardour2.0-alpha1 2006-01-10 04:25:47 +00:00
ardour.dox Let's get some doxygen action going on. 2006-03-06 16:32:41 +00:00
ardour.rc.in fix template generation 2006-01-24 12:41:00 +00:00
COPYING Initial revision 2005-05-13 20:47:18 +00:00
PACKAGER_README Initial revision 2005-05-13 20:47:18 +00:00
README Initial revision 2005-05-13 20:47:18 +00:00
SConstruct Added powerpc target. 2006-03-12 15:01:26 +00:00

Please see the DOCUMENTATION directory.

If you plan to compile ardour from scratch, BUILD is required reading.