多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[TOC] **如何安装:** > 1.看这里:现在是内侧阶段,woo语言开发在windows中,目前测试阶段请下载windows版本来测试,linux(unix)和darwin系统的版本不保证最新,不保证和文档功能一致 > 2.如果您测试到某个函数和文档上的不一致可以反馈,当前没有正式发布前,许多函数名称和用法也都在改变 # 备案中。。。 **重要目录导航:** [函数列表,致敬php](内置函数.md) [2D图形例子](2D图形例子.md) [orm数据库连接](orm数据库连接.md) # 以下安装包经常变化,如果你发现和文档不一致,请在下载一次 # 1. linux(amd64/x86_64) 版本:1.56-2021.5.6(12.53 MB 左右) >如果想安装特定版本1.15,可以使:v=1.15 ```shell sudo /bin/bash -c "$(curl -fsSL "https://woolang.net/i/?v=1.?")" ``` # 2.windows >注意:不要下载到桌面,windows10桌面禁止exe文件直接运行 版本:1.0-1.9之间的最新版本 如果想安装特定版本1.15,可以使:v=1.15 ### **一.windows中使用[git bash](https://git-scm.com/)控制台安装** ```shell bash -c "$(curl -fsSL "https://woolang.net/i/?v=1.?")" ``` ### **二.windows 中使用powershell控制台安装** ```shell wget (curl "https://woolang.net/i/?p=Windows&arch=amd64&v=1.?&mirror=1"|findstr Content|findstr %).Split('%')[1] -O "~\Woolang-Installer.exe" ; ~\Woolang-Installer.exe ``` # 3. mac/darwin 版本:1.0-1.9之间的最新版本 >如果想安装特定版本1.15,可以使:v=1.15 ```shell sudo /bin/bash -c "$(curl -fsSL "https://woolang.net/i/?v=1.?")" ``` # 4. 树莓派 arm64(aarch64) 等其他平台 ```shell # 树莓派debain arm64测试 [ ok ] sudo /bin/bash -c "$(curl -fsSL "https://woolang.net/i/?v=1.?")" ``` # 5.使用docker体验 ```shell docker run -dit --name woo a364713478/woo ``` ### 6.重要:安装om(包管理器) [om源码](https://gitee.com/oshine/om) **windows中使用cmd或gitbash 或linux系统 或mac系统:** >前提已经安装了woo语言,且可以全局执行 gitee.com源(国内): `woo -r "print(woo.http:new():get('https://gitee.com/oshine/om/raw/master/install.woo').body)" | woo -r ` github.com源(国外暂未提供): **windows中使用powershell(由于powershell输出乱码,所以单独的命令):** >前提已经安装了woo语言,且可以全局执行 > 防止程序被恶意破解使用,woo在发布前已经加壳压缩 ***** ## PS:下载缓慢,可加入官方QQ群下载: >WOO交流讨论群1:465181993