<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    i am trying to build on device, but i also need to have the
    <meta name="qrichtext" content="1">
    QtAddOnSerialPort module installed.<br>
    This is done on the desktop:<br>
    ---------<br>
    Before building pilotnavigator, you have to install qtserial into Qt
    5<br>
    - Copy qtplayground-qtserialport folder into a local folder
    (preferably where your Qt projects are). Example:
    ~/yourqtprojectfolder/pilotnavigator/qtplayground-qtserialport<br>
    - Create a build folder at the same level called
    qtplayground-qtserialport-build in pilotnavigator folder. Example:
    ~/yourqtprojectfolder/pilotnavigator/qtplayground-qtserialport-build<br>
    <br>
    Find out where qmake lives. Normaly it is located in your Qt5
    folder, probably ~/Qt5x.x.x/5.x.x/gcc_64/bin<br>
    - Open a Linux Terminal<br>
    - cd to the qtplayground-qtserialport-build folder. Example cd
    ~/yourqtprojectfolder/pilotnavigator/qtplayground-qtserialport-build<br>
    - run qmake. Example: ~/Qt5x.x.x/5.x.x/gcc_64/bin/qmake
~/yourqtprojectfolder/pilotnavigator/qtplayground-qtserialport/qtserialport.pro<br>
    - make<br>
    (If you get an error concerning missing file libudev.h, you need to
    install the libudev-dev library, e.g.<br>
                    sudo apt-get install libudev-dev)<br>
    - sudo make install<br>
    ---------<br>
    <br>
    I have no idea how to do that on the tablet...<br>
    Can I open a terminal on the tablet?<br>
    Thanks.<br>
     
    <meta http-equiv="Content-Type" content="text/html;
      charset=ISO-8859-1">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style>
  </body>
</html>