cwtest/build/linux/release/build.sh

20 lines
329 B
Bash
Raw Normal View History

2012-10-29 21:07:53 +00:00
#!/bin/sh
curdir=`pwd`
cd ../../..
autoreconf --force --install
cd ${curdir}
2020-10-07 14:54:22 +00:00
../../../configure --prefix=${curdir} --enable-websock --enable-alsa \
2012-10-29 21:07:53 +00:00
CFLAGS="-Wall" \
CXXFLAGS="-Wall" \
CPPFLAGS="-I${HOME}/src/libcm/build/linux/debug/include" \
LDFLAGS="-L${HOME}/src/libcm/build/linux/debug/lib" \
2012-10-29 21:07:53 +00:00
LIBS=
#make
#make install