mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
46 lines
1.4 KiB
Markdown
46 lines
1.4 KiB
Markdown
---
|
|
name: Build Issues
|
|
about: Report issues while building polybar from source
|
|
|
|
---
|
|
|
|
## Checklist
|
|
|
|
<!-- Please carefully go through this checklist and put an 'x' inside the brackets: '[x]' -->
|
|
|
|
* [ ] I have followed every step on the [compiling wiki page](https://github.com/polybar/polybar/wiki/Compiling) and
|
|
installed all necessary dependencies.
|
|
* [ ] My problem is not described on the [known issues page](https://github.com/polybar/polybar/wiki/Known-Issues)
|
|
* [ ] I have searched for other open and closed [issues](https://github.com/polybar/polybar/issues?q=is%3Aissue) that
|
|
may have already reported this problem.
|
|
* [ ] I was able to reproduce this build issue in a clean build
|
|
|
|
## Build Process
|
|
|
|
**How did you build polybar?**
|
|
|
|
<!--
|
|
Put an 'x' inside the brackets ([x]) of the entry that applies and respond to the question inside the parenthesis
|
|
-->
|
|
|
|
* [ ] From a release archive (Which version?)
|
|
* [ ] By cloning this repository (What is the output of `git describe --tags`?)
|
|
* [ ] Some other way (How?)
|
|
|
|
<!-- List the exact commands you are using to build polybar: -->
|
|
|
|
|
|
## Build Log
|
|
<!--
|
|
Copy-paste all the terminal output produced while building polybar.
|
|
This MUST include the output of the `cmake`, `make`, and/or `build.sh` commands, if you used them.
|
|
-->
|
|
```
|
|
|
|
```
|
|
|
|
## Environment:
|
|
* Distro (with Version):
|
|
|
|
## Additional context
|
|
<!-- Add any other context that you think is necessary about the problem here. -->
|