Difference between revisions of "Getting Started (简体中文)"

(Created page with "== 获得 LÖVE == Download the latest version of LÖVE from [http://love2d.org/#download the website], and install it. If you're on Windows and don't want to ''install'' LÖVE,...")
 
(获得 LÖVE)
Line 1: Line 1:
 
== 获得 LÖVE ==
 
== 获得 LÖVE ==
  
Download the latest version of LÖVE from [http://love2d.org/#download the website], and install it. If you're on Windows and don't want to ''install'' LÖVE, you can also just download the zipped executables and extract them anywhere.
+
[http://love2d.org/#download LÖVE 网站] 下载最新版本的 LÖVE,然后安装到电脑中。 如果使用 Windows 平台并不是必须要''安装'' LÖVE 才可使用,也可以通用下载 LÖVE 压缩包,然后解压到硬盘中任意位置的方式来使用 LÖVE 。
  
You can inspect what Version of Löve you have installed like this:
+
使用如下命令可以查看已安装的 LÖVE 版本:
  
 
<code>
 
<code>
 
love --version
 
love --version
 
</code>
 
</code>

Revision as of 22:23, 1 May 2011

获得 LÖVE

LÖVE 网站 下载最新版本的 LÖVE,然后安装到电脑中。 如果使用 Windows 平台并不是必须要安装 LÖVE 才可使用,也可以通用下载 LÖVE 压缩包,然后解压到硬盘中任意位置的方式来使用 LÖVE 。

使用如下命令可以查看已安装的 LÖVE 版本:

love --version