有人了解github上面的actor messaging platform 吗?我照着官方文档配置服务器,sbt编译一直没有通过,求大神指点!
看下是什么错误提示,头和库有没有配置对
actor-platform/actor-deps/common.sh
#!/bin/bash
# DETECT OS TYPE
IS_OSX=false
IS_LINUX=false
if [[ "$OSTYPE" == "darwin"* ]]; then
IS_OSX=true
elif [[ "$OSTYPE" == "linux-gnu" ]]; then
IS_LINUX=true
elif [[ "$OSTYPE" == "cygwin" ]]; then
echo "Windows in unsupported"
exit 1
elif [[ "$OSTYPE" == "msys" ]]; then
echo "Windows in unsupported"
exit 1
elif [[ "$OSTYPE" == "win32" ]]; then
echo "Windows in unsupported"
exit 1
elif [[ "$OSTYPE" == "freebsd"* ]]; then
echo "FreeBSD in unsupported"
exit 1
else
echo "{$OSTYPE} in unsupported"
exit 1
fi
不支持Windows
谁搭建成功了,分享一下心得!
搭建不成功,哪位大神研究过,加我一下 1597235486@qq.com
很简单,用idea直接搞定