mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-30 20:16:52 +00:00
Merge pull request #234 from williballenthin/patch-4
python README.TXT: clarify working directories
This commit is contained in:
commit
aaa53f7e6b
|
@ -6,12 +6,12 @@ from source.
|
||||||
|
|
||||||
Follow README in the root directory to compile & install the core.
|
Follow README in the root directory to compile & install the core.
|
||||||
|
|
||||||
On *nix, this can simply done by:
|
On *nix, this can simply be done by (project root directory):
|
||||||
|
|
||||||
$ sudo ./make.sh install
|
$ sudo ./make.sh install
|
||||||
|
|
||||||
|
|
||||||
1. To install pure Python binding on *nix, run the command below:
|
1. To install pure Python binding on *nix, run the command below in the Python bindings directory:
|
||||||
|
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue