Results 1 to 5 of 5

Thread: Deploy programm for Raspi

  1. #1
    Join Date
    Jul 2015
    Location
    Austria
    Posts
    20
    Thanks
    3
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Deploy programm for Raspi

    Hey guys,

    i need to deploy my programm,which i have created on my windows working station for raspberry pi2. I need to release it until friday and i have no idea how this works. Fast help would be nice.

    Ciao

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Deploy programm for Raspi

    Are you cross-compiling on Windows for RPi, or do you have a Qt program that builds and runs as a native Windows program that you need to build on the RPi? One way or the other you need to generate native RPi executable.

    Once you have a native RPi executable then you need to follow the Linux/X11 deployment information (Creating the application pacakage) to make a deployment bundle. You can then consider wrapping that as a .deb package for the Raspbian distro installer.

  3. #3
    Join Date
    Jul 2015
    Location
    Austria
    Posts
    20
    Thanks
    3
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: Deploy programm for Raspi

    Hey

    I try to install Qt on my Raspberry/Linux Arch - System but i always get an error when i want to create a basic project : "Could not start process "make" (kit: Desktop) when executing step "Make"
    I´ve installed g++ and Qt version 5.5.1
    ------
    EDIT:
    I have solved the build problem,i forgot to install installed the package base-devel.

    Ciao
    Last edited by mayrhofer; 2nd February 2016 at 20:55.

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Deploy programm for Raspi

    You need to install basic development tools. Find the package containing GNU make and install it.

  5. #5
    Join Date
    Jul 2015
    Location
    Austria
    Posts
    20
    Thanks
    3
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: Deploy programm for Raspi

    Hey
    So now i need to follow the instructions for deploy?(http://doc.qt.io/qt-5/linux-deployment.html) When i want to compile it by default i don´t need to take other option i.e at ./configure -static -prefix /path/to/Qt <other parameters>?
    Ciao
    Last edited by mayrhofer; 2nd February 2016 at 21:22.

Similar Threads

  1. my programm crach with this code
    By yazan in forum Qwt
    Replies: 5
    Last Post: 18th September 2011, 20:57
  2. How can i add a ProgressIndicator to my programm?
    By Bong.Da.City in forum Qt Programming
    Replies: 1
    Last Post: 23rd August 2010, 21:36
  3. Why my programm is asking for libssl.so.7?
    By gboelter in forum Newbie
    Replies: 2
    Last Post: 29th September 2009, 12:23
  4. i want dynamic link my programm
    By coder1985 in forum Installation and Deployment
    Replies: 5
    Last Post: 19th November 2007, 10:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.