Compilation instructions are incomplete
- Dominant language
- C++
- Stars
- 25
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
Can you please take a look at the readme and update it ?
I just tried to compile but there is no "buildscript" that I could execute. I managed to get the compiler running using
```bash
cd planner/popf && cmake CMakeLists.txt && make -j 8
```
that created a `popf`-binary but there is no popf-clp binary to execute.
I could also write this down in a pull request if needed.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the README and planner/popf/CMakeLists.txt, then run the reported cmake and make command to reproduce which binaries are produced. Document the working compilation steps and clarify whether popf-clp should be built or used, including the expected executable names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100