1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 02:42:05 +03:00
wezterm/.github/ISSUE_TEMPLATE/build-problem.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

2019-12-28 07:52:10 +03:00
---
name: Build Problem
about: Having problems building from source?
title: ''
labels: bug
assignees: ''
---
## Build Environment (please complete the following information):
2020-06-01 18:22:13 +03:00
- OS: [e.g. Linux X11, Linux Wayland, macOS, Windows]. If on Linux, Please include `lsb_release -a` in your report.
2019-12-28 07:52:10 +03:00
- Linux: what distro, version and architecture? Please include `uname -a` in your report.
- Compiler: are you using `clang`, `gcc`, `Microsoft Visual Studio` or something else? Which version?
2020-06-01 18:22:13 +03:00
- Rust version: Please include the output from `rustup show`. Best results are
generally had with a recent stable version of the rust toolchain.
2019-12-28 07:52:10 +03:00
## Dependencies
Did you run the `get-deps` script to install required system dependencies?
Was it successful?
2020-06-01 18:22:13 +03:00
If building from the git repo, did you update the submodules? Not doing this
is a common source of problems; see the information at
<https://wezfurlong.org/wezterm/install/source.html> for more information.
2019-12-28 07:52:10 +03:00
## The build output
Please include the output from running the build command:
```
cargo build --release
```