1.0.18 • Published 11 months ago

node-mesh-process v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

windows上配置

使用gitbash工具

没有的话需要安装,比power shell好用

设置代理

export http_proxy='http://127.0.0.1:1087'
export http_proxy='https://127.0.0.1:1087'

安装vcpkg

git clone https://github.com/microsoft/vcpkg
cd vcpkg
.\bootstrap-vcpkg.sh

设置vcpkg

环境变量VCPKG_DEFAULT_TRIPLET设置为x64-windows

安装CGAL

./vcpkg.exe search cgal

安装可能需要很长时间,需要耐心等待

linux 编译

设置编译GCC版本 export CC="/opt/compiler/gcc-12/bin/gcc" export CXX="/opt/compiler/gcc-12/bin/g++"

设置代理,避免node-gyp需要下载header失败 export https_proxy=http://172.19.56.199:3128/ export http_proxy=http://172.19.56.199:3128/

1.0.18

11 months ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago