Brian Wang

Results 19 comments of Brian Wang

It can not run on OSX for now . Maybe you should install the packages by macport or homebrew . Hope somebody build a portable Odoo on OSX and contrib...

yeah, I will work on it in next month

this module just a js interpreter , if you want write a file , you can bind an golang function . eg: https://github.com/buke/quickjs-go/blob/b1c165c8c112ba3cfa246484b501d0d44534f629/quickjs_test.go#L35

I'm going to close this, if you have any question please feel free to reopen it. thanks

The windows static library is compiled based on mingw 12.2.0. Please confirm that your go version > 1.20.0

I just build it successfully, here is my steps: ``` 1. download and install msys2 from https://www.msys2.org 2. install gcc $ pacman -S mingw-w64-ucrt-x86_64-gcc resolving dependencies... looking for conflicting packages......

thank you for your confirm , I going to close this issue. if have any question, please reopen it

请告知环境信息及重现步骤

windows 静态库基于mingw 12.2.0 编译,请确认你的go version > 1.20.0

详细构建步骤,请参考 https://github.com/buke/quickjs-go/issues/151#issuecomment-2134307728