mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 08:28:35 +00:00
python README.TXT: clarify working directories
clarify in which directory to build the core project and install the python bindings. when i went to install the python bindings, i was momentarily confused why the root Makefile didn't have an `install3` target.
This commit is contained in:
parent
c0de3b5c96
commit
197602b806
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ from source.
|
|||
|
||||
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
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue