Feature Request: BUild script for live555
- Dominant language
- Python
- Stars
- 258
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
Research direction
The issue names no repository file or test; start by locating Mason's package-build entry point for adding a live555 build script. Use the listed download, genMakefiles, make, compiler flags, PREFIX/SYSROOT, install, and cleanup commands as the specification; done means the package builds and installs through Mason with those settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, shell
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100