diff options
author | Vedant Paranjape <vedantparanjape160201@gmail.com> | 2021-03-31 12:46:00 +0530 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2021-04-05 13:42:49 +0900 |
commit | 76a5861f3ef0950d9b57e54668c9059ed7bddd89 (patch) | |
tree | b84f3f6f8feb5ad6a7bbf251e750b580969581b6 /include/android/metadata | |
parent | c85b6c849f61349129c2ac549017316f60ae5e07 (diff) |
Add alternative meson install command
While installing meson using pip3 install --user meson, due to python
path issues, build.ninja can't be located by ninja. meson generates
ninja files fine, but then when you run ninja, it is unable to find
meson's build.ninja python module due to path issues.
It gives the following error on ninja -C build install:
ninja: Entering directory `build'
ninja: error: loading 'build.ninja': No such file or directory
After uninstalling meson using pip3 and installing it again using pip
without --user argument solved the issue.
Add a troubleshooting section to the readme to describe this issue and
suggest possible solutions.
Signed-off-by: Vedant Paranjape <vedantparanjape160201@gmail.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'include/android/metadata')
0 files changed, 0 insertions, 0 deletions