暂时只有cygwin教程
mingw-w64 msys2 测试中
FluffOS v2017 支持 CYGWIN32 和 CYGWIN64.
安装地址填写 http://mirrors.163.com/cygwin/
安装的时候记得选择安装lynx
安装apt-cyg
$ lynx -source https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
install apt-cyg /bin
安装对应的工具
apt-cyg install autoconf
下面都是对应的工具和库 请对应apt-cyg install <name>来安装
- automake
- binutils (版本请选择 2.28-3,最新版本仍有错误)
- bison
- gcc-core
- gcc-g++
- git
- libcrypt-devel
- libevent-devel
- libiconv-devel
- libpcre-devel
- zlib-devel
- libmysqlclient-devel
运行cygwin获取源码
$ git clone https://github.com/fluffos/fluffos.git
$ cd fluffos
$ git checkout v2017
之后步骤和linux编译相同