mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
9 lines
362 B
Bash
9 lines
362 B
Bash
|
|
#export G_DEBUG=fatal_criticals
|
||
|
|
export ARDOUR_RC=../ardour.rc
|
||
|
|
export ARDOUR_GLADE_PATH=./glade
|
||
|
|
export ARDOUR_UI=./ardour.menus
|
||
|
|
export ARDOUR_UI_RC=./ardour2_ui.rc
|
||
|
|
export ARDOUR_BINDINGS=./ardour.bindings
|
||
|
|
export ARDOUR_COLORS=./ardour.colors
|
||
|
|
export LD_LIBRARY_PATH=../libs/ardour:../libs/midi++2:../libs/pbd3:../libs/soundtouch:../libs/gtkmm2ext:$LD_LIBRARY_PATH
|