Check that examples/makefile works
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 108
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
The goal is to make sure someone can do the following:
```
cp -r /share/scr/examples
cd examples
make
```
The copy step is helpful in case SCR was installed to directory where the user can't write, like a system directory.
While at it, let's also install prebuilt binaries of test_api and friends so that people have a test app ready to go. In the case that users can write to the install directory, they can immediate run those. The cmake tests might satisfy this.
Contributor guide
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 examples/makefile and inspect the CMake tests mentioned in the issue for existing test_api and related binaries. Verify the documented copy, cd, and make flow from an installed SCR tree, then confirm that the requested prebuilt test applications are available where the issue specifies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, cmake
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100