Browse Source

update README

pull/1639/head
bsp2 6 years ago
parent
commit
19e2150060
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -942,7 +942,7 @@ Edit `dep/yac/install_msvc.mk` and adjust the `LIB_INSTALL_PREFIX`, `WINDDK_PATH
EDIT `setenv_msvc.sh` and adjust the `VST2_SDK_DIR` as required. EDIT `setenv_msvc.sh` and adjust the `VST2_SDK_DIR` as required.


``` ```
$ alias m="make -j 20 makefile.msvc"
$ alias m="make -j 20 -f makefile.msvc"
$ . setenv_msvc.sh $ . setenv_msvc.sh
$ m all $ m all
``` ```
@@ -995,7 +995,7 @@ EDIT `setenv_linux.sh` and adjust the `VST2_SDK_DIR` as required.


``` ```
$ . setenv_linux.sh $ . setenv_linux.sh
$ alias m="make -j 20 makefile.linux"
$ alias m="make -j 20 -f makefile.linux"
$ m all $ m all
``` ```




Loading…
Cancel
Save