mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 15:50:05 +02:00
Still trying
This commit is contained in:
parent
256e3bd6e1
commit
d7a57b1c47
@ -1,6 +1,6 @@
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y libwxgtk3.0-dev libgtk-3-dev
|
- sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev
|
||||||
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")"
|
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")"
|
||||||
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
|
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
|
||||||
language: cpp
|
language: cpp
|
||||||
@ -10,4 +10,5 @@ script:
|
|||||||
- ls -la /usr/bin/wx-config*
|
- ls -la /usr/bin/wx-config*
|
||||||
- wx-config --cflags
|
- wx-config --cflags
|
||||||
- grep WXGTK /usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0/wx/setup.h
|
- grep WXGTK /usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0/wx/setup.h
|
||||||
|
- pkg-config --list-all | grep gtk
|
||||||
- aclocal --install -I m4 && automake && ./configure && make
|
- aclocal --install -I m4 && automake && ./configure && make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user