mirror of
https://gitlab.gnome.org/jpu/cambalache.git
synced 2025-08-19 00:03:34 -04:00
README.md: Update nanual installation instructions
This commit is contained in:
parent
3b3fbc0978
commit
abc6654548
@ -77,11 +77,12 @@ meson --prefix=~/.local
|
||||
ninja
|
||||
ninja install
|
||||
```
|
||||
To run it from .local/ you might need to setup PYTHONPATH env variable depending
|
||||
To run it from .local/ you might need to setup PYTHONPATH and GI_TYPELIB_PATH env variable depending
|
||||
on your distribution defaults
|
||||
|
||||
```
|
||||
export PYTHONPATH=.local/lib/python3/dist-packages/
|
||||
export PYTHONPATH=~/.local/lib/python3/dist-packages/
|
||||
export GI_TYPELIB_PATH=~/.local/lib/x86_64-linux-gnu/girepository-1.0/
|
||||
```
|
||||
|
||||
## Using in MS Windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user