update README

pull/5/head
Qingping Hou 11 years ago
parent 221bc10404
commit d016717bc0

@ -73,18 +73,24 @@ In emulator
----------- -----------
You need to first compile koreader-base in emulation mode. You need to first compile koreader-base in emulation mode.
* If you have built koreader in real mode before, you need to clean it up: * If you have built koreader in real mode before, you need to clean it up:
```bash
```
make clean && make cleanthirdparty make clean && make cleanthirdparty
``` ```
* Then compile with emulation mode flag: * Then compile with emulation mode flag:
```bash
```
EMULATE_READER=1 make EMULATE_READER=1 make
``` ```
* You may want to see README.md in koreader-base for more information. * You may want to see README.md in koreader-base for more information.
Next run `make bootstrapemu` to setup basic runtime environment needed by Next run `make bootstrapemu` to setup basic runtime environment needed by
emulation mode. A new emu directory will be created. emulation mode. A new emu directory will be created.
Last, run the emulator with following command: Last, run the emulator with following command:
``` ```
cd emu && reader.lua -d ./ cd emu && reader.lua -d ./

Loading…
Cancel
Save