diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..de18684 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ +For any build issues / installation problems, +please read our +[trouble shooting +guide](https://github.com/facebookresearch/House3D/tree/master/renderer#trouble-shooting) +first. diff --git a/renderer/README.md b/renderer/README.md index 8a09eb8..82971e2 100644 --- a/renderer/README.md +++ b/renderer/README.md @@ -93,6 +93,7 @@ Please tell us the following if you encounter any build issues or the code fails 2. `cd` to `renderer/` directory and run `./debug-build.sh`. Include the results in your issues. 3. If you've successfully built some binaries, please include the output of the two commands: `./test-rectangle.bin egl`, `./test-rectangle.bin headless`. +4. Tell us what you observed by pasting them in full, not by describing them in abstract. ### Common Issues: diff --git a/renderer/debug-build.sh b/renderer/debug-build.sh index 5c31842..1f0e879 100755 --- a/renderer/debug-build.sh +++ b/renderer/debug-build.sh @@ -26,6 +26,9 @@ echo echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH" echo +echo "PYTHONPATH: +$PYTHONPATH" +echo PYCONFIG=${PYTHON_CONFIG:-python-config} ##### Flags: