cmake: add `sptag-` prefix to the names of the binaries
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 5k
- Forks
- 622
- Avg merge
- 8h 37m
- Merged PRs (30d)
- 5
Description
When building and installing using cmake, the binaries have very generic names like client and server. When installing to paths like /usr/bin, /usr/local/bin, /opt/bin or ~/bin the binaries aren't obviously associated with SPTAG. I suggest adding an sptag- prefix to the names of the binaries, so that it is obvious what they are when installed into a directory that is in the $PATH environment variable.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the CMake configuration that defines the client and server binary targets. Check how those targets are named during installation and update the installed names to use the sptag- prefix. Done means the CMake-built binaries are clearly named when placed in a PATH directory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100