Update docs (#412)

This commit is contained in:
Paul I 2018-03-20 23:44:32 +03:00 committed by xarkes
parent b14be4acb2
commit b06725e1d3
2 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,7 @@ Building on linux:
```
Building on Windows:
```batch
set ARCH=x64
set PYTHON=C:\Python36-x64
```
prepare_r2.bat
build.bat
```

View File

@ -56,6 +56,8 @@ CALL prepare_r2.bat
CALL build.bat
```
Pass `CUTTER_ENABLE_JUPYTER=false` argument to `build.bat` if you want to disable Jupyter support. Use `CUTTER_ENABLE_QTWEBENGINE=false` argument to disable QtWebEngine support for Jupyter.
## It doesn't work!
Check this [page](https://github.com/radareorg/cutter/blob/master/docs/Common-errors.md) for common issues.