UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. brad
    3. Posts
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: does anybody have the script to compile Godot games to ubuntu touch

      @amy I think what you're looking for is clickable create --godot
      This creates a base for a clickable app with a clickable.yaml with contents like this

      clickable_minimum_required: "7"
      builder: custom
      kill: godot*
      build:
      - echo 'Going to download a demo package...'
      - wget https://gitlab.com/abmyii/ubports-circle-jump/-/raw/master/circle_jump.pck -O 'precompiled.pck'
      dependencies_host:
      - libgles2
      - wget
      dependencies_target:
      - libasound2
      - libfreetype6
      - libglib2.0-0
      - libpng16-16
      - libsdl2-2.0-0
      - libsndio6.1
      - libvpx3
      install_root_data:
      - manifest.json
      - precompiled.apparmor
      - precompiled.desktop
      - assets
      - /opt/godot/godot
      - ${BUILD_DIR}/precompiled.pck
      install_lib:
      - /usr/lib/${ARCH_TRIPLET}/libvpx.so.3*
      - /usr/lib/${ARCH_TRIPLET}/libsndio.so.6.1
      - /usr/lib/${ARCH_TRIPLET}/libvorbis.so.0*
      - /usr/lib/${ARCH_TRIPLET}/libSDL2-2.0.so*
      posted in App Development
      B
      brad