Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Jul 15, 2018
1 parent d8d5f0b commit e68393f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions renderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions renderer/debug-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ echo
echo "LD_LIBRARY_PATH:
$LD_LIBRARY_PATH"
echo
echo "PYTHONPATH:
$PYTHONPATH"
echo
PYCONFIG=${PYTHON_CONFIG:-python-config}

##### Flags:
Expand Down

0 comments on commit e68393f

Please sign in to comment.