mason icon indicating copy to clipboard operation
mason copied to clipboard

Feature Request: BUild script for live555

Open traw opened this issue 7 years ago • 0 comments

Normally I compile using following commands

wget http://www.live555.com/liveMedia/public/live555-latest.tar.gz -O - | tar xzf -
cd live && ./genMakefiles linux-gdb
make -C live CPLUSPLUS_COMPILER="$(CXX) -fno-rtti $(CFLAGS_EXTRA)" C_COMPILER=$(CC) LINK='$(CXX) -o' PREFIX=$(SYSROOT)$(PREFIX) install
rm -rf live

traw avatar Jan 30 '18 10:01 traw