Add wamrc AoT compiler building support for Windows(MSVC) (#332)
This commit is contained in:
@ -64,7 +64,7 @@ Both wasm binary file and AoT file are supported by iwasm. The wamrc AoT compile
|
||||
|
||||
```shell
|
||||
cd wamr-compiler
|
||||
./build_llvm.sh (use build_llvm_xtensa.sh instead to support xtensa target)
|
||||
./build_llvm.sh (use build_llvm_xtensa.sh instead to support xtensa target; use build_llvm.py for windows)
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
make
|
||||
@ -72,6 +72,8 @@ ln -s {current path}/wamrc /usr/bin/wamrc
|
||||
```
|
||||
For MacOS, you should replace `cmake ..` with `cmake -DWAMR_BUILD_PLATFORM=darwin ..`.
|
||||
|
||||
For Windows you should replace `cmake ..` with `cmake -D WAMR_BUILD_PLATFORM=windows -A Win32 ..`.
|
||||
|
||||
Application framework
|
||||
===================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user