1 Star 0 Fork 0

大止刀口/rws

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wincompile 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
大止刀口 提交于 2019-09-27 17:07 . 复制 MSYS2 动态链接库。
#!/bin/bash
function makedeps() {
local here=`pwd`
cd deps
make lua
rm -rf hiredis
git clone https://github.com/redis/hiredis.git
make hiredis
cd $here
}
function compile() {
local here=`pwd`
local action="make PREFIX=$here install"
eval $action
}
function install() {
local here=`pwd`
local path=`find /usr -name msys-2.0.dll`
cp $path "$here/bin/msys-2.0.dll"
}
makedeps
compile
install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/chaosannals/rws.git
[email protected]:chaosannals/rws.git
chaosannals
rws
rws
master

搜索帮助