diff options
author | Jakob Stendahl <JakobS1n@users.noreply.github.com> | 2018-01-23 08:49:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-23 08:49:20 +0100 |
commit | 877dec7f75750a431e15e91f9724a909aba42ee8 (patch) | |
tree | b1e4fdae0725509d37a74704d502b8fc13609564 | |
parent | d5947d869f01573754e097b020cfec09b91ccbd4 (diff) | |
download | Love2dToAPK-877dec7f75750a431e15e91f9724a909aba42ee8.tar.gz Love2dToAPK-877dec7f75750a431e15e91f9724a909aba42ee8.zip |
Update README.md
-rw-r--r-- | docs/README.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/README.md b/docs/README.md index a2c31d0..7bb8bfd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,31 +1,29 @@ # Install ## Step One -Unzip the release-zip, or go to the `publish`-folder in the source. And run `setup.exe`. +Unzip the downloaded file, and double-click `setup.exe`. (You could also compile from source, you will then find the `setup.exe` in the `publish`-folder.) ## Step Two -If the app don't launch automatically, launch it from the start-menu +If the program doesn't start by itself. Find it in the start menu, and open it. ## Step Three -Click the `dirs` button in the menu strip, a explorer window should now be opened with an empty folder. -Copy the contents from the `tools`-folder, this is located in the same place as `setup.exe`. +Click the button named `dirs` in the menu-strip of the app. Now, a explorer-window with an empty folder should open. Copy the contents from the `tools`-folder into the window into the now open explorer-window. The `tools`-folder is located in the same place as `setup.exe`. ## Step Four -The should now be ready to use. - +The program should now be ready to compile! # Usage Basic usage ----------- -- Select the folder that contains your love-source, press `Select project dir`. +- Select the folder that contains your love-source, `Select project dir`. - Press `Compile` or `Ctrl + Shift + F5`. - The app should now compile, a output-window will open and show status of the process. - It will try to install it on any connected android-phone. AndroidManifest and Custom Icon -------------------------------- -If you want to change settings of the app, press the `dirs`-button. Go to `tools\love-android-sdl2\` copy the file 'AndroidManifest.xml` into you project directory. And edit the file in you project-dir +If you want to change settings of the app, press the `dirs`-button. Go to `tools\love-android-sdl2\` and copy the file 'AndroidManifest.xml` into you project directory. You can now make any changes you want to the file in your project-directory. I have not implemented a custom-icon possibility yet. You could change it in the `tools\love-android-sdl2` dir, but this would affect all apps. |