Refactor build system to use waf. Waf is better at handling dependency paths which I need for IDL support
This commit is contained in:
parent
df7f98bc6f
commit
9fd10dec9c
77 changed files with 312 additions and 86 deletions
10
configure
vendored
Executable file
10
configure
vendored
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
if ! /usr/bin/env python -c "import sys;sys.exit(0)";then
|
||||
echo "You need to install python for this to work"
|
||||
echo "You might also want to grab the following debian packages:"
|
||||
echo "libglib-dev libdbi-dev libtalloc-dev nettle-dev"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
bin/waf configure
|
Loading…
Add table
Add a link
Reference in a new issue