We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simple
pacman -S --needed base-devel mingw-w64-x86_64-toolchain
:: 设置代理 set http_proxy=http://127.0.0.1:9910 set https_proxy=http://127.0.0.1:9910 :: 创建编译目录 mkdir build && cd build :: 执行cmake cmake .. -G "Unix Makefiles" -DSIMPLE_WITH_JIEBA=OFF -DCMAKE_INSTALL_PREFIX=release :: 编译安装 make && make install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
项目地址
simple
windows环境编译
环境准备
pacman -S --needed base-devel mingw-w64-x86_64-toolchain
安装编译工具链环境变量
编译安装
The text was updated successfully, but these errors were encountered: