|
@@ -32,7 +32,7 @@ Installation on Windows
|
|
|
|
|
|
1. Locate the archive file "Defold-x86_64-win32.zip" (or "Defold-x86-win32.zip" for 32 bit Windows), <kbd>press and hold</kbd> (or <kbd>right-click</kbd>) the folder, select *Extract All*, and then follow the instructions to extract the archive to a folder named "Defold".
|
|
1. Locate the archive file "Defold-x86_64-win32.zip" (or "Defold-x86-win32.zip" for 32 bit Windows), <kbd>press and hold</kbd> (or <kbd>right-click</kbd>) the folder, select *Extract All*, and then follow the instructions to extract the archive to a folder named "Defold".
|
|
2. Move the folder "Defold" to "C:\Program Files (x86)\"
|
|
2. Move the folder "Defold" to "C:\Program Files (x86)\"
|
|
-
|
|
|
|
|
|
+
|
|
To start the editor, open the folder "Defold" and <kbd>double click</kbd> the file "Defold.exe".
|
|
To start the editor, open the folder "Defold" and <kbd>double click</kbd> the file "Defold.exe".
|
|
|
|
|
|

|
|

|
|
@@ -44,13 +44,13 @@ Installation on Linux
|
|
|
|
|
|
```bash
|
|
```bash
|
|
$ unzip Defold-x86_64-linux.zip -d Defold
|
|
$ unzip Defold-x86_64-linux.zip -d Defold
|
|
- ```
|
|
|
|
|
|
+ ```
|
|
|
|
|
|
To start the editor, change directory to where you extracted the application, then run the `Defold` executable, or <kbd>double click</kbd> it on your desktop.
|
|
To start the editor, change directory to where you extracted the application, then run the `Defold` executable, or <kbd>double click</kbd> it on your desktop.
|
|
|
|
|
|
```bash
|
|
```bash
|
|
$ cd Defold
|
|
$ cd Defold
|
|
$ ./Defold
|
|
$ ./Defold
|
|
- ```
|
|
|
|
|
|
+ ```
|
|
|
|
|
|
- If you run into any problems starting the editor, opening a project or running a Defold game please refer to the [Linux section of the FAQ](../faq/faq.md#linux-issues).
|
|
|
|
|
|
+ If you run into any problems starting the editor, opening a project or running a Defold game please refer to the [Linux section of the FAQ](/faq/faq.md#linux-issues).
|