Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.04 KB

building_the_application_for_your_platform.md

File metadata and controls

13 lines (8 loc) · 1.04 KB

How to build the application for your platform

The executables for the OpenAndroidInstaller are build with pyinstaller. You can create builds for MacOS or Linux with make build-app. For Windows the paths need to be modified. For now, you can have a look here on how it's done.

If you build the application for your platform and want to contribute the build, please reach out to me.

Run OpenAndroidInstaller for development

Currently development is mainly done on Ubuntu Linux. MacOS, Windows, as well as other Linux distributions like Fedora should also work well. You might need to install additional USB-drivers on Windows.

  1. Clone the main branch of this repository
  2. Run make poetry and make install to install poetry to manage python and install the required dependencies like adb, fastboot and heimdall.
  3. Run make app to start the desktop app from the source.