mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
new headless (GUI-free) version of ardour. run waf, cd headless and run ./hardev DIR SNAPSHOT_NAME. not bug free yet (startup race condition)
This commit is contained in:
parent
e58b337c84
commit
90d0d4d878
7 changed files with 402 additions and 0 deletions
5
headless/hardbg
Executable file
5
headless/hardbg
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
. `dirname "$0"`/../build/headless/hardev_common_waf.sh
|
||||
LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|
||||
export ARDOUR_INSIDE_GDB=1
|
||||
exec gdb --args $TOP/$EXECUTABLE $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue