Home
Developer Resources
Technical Articles

QNX Technical Articles

QNX® SDK for Apps and Media 1.1—Multimedia Codec for WMA9: Installation Note

QNX SDK for Apps and Media 1.1—Multimedia Codec for WMA9: Installation Note

Electronic edition published: Thursday,  April  9,  2015

Note: Before you install this archive, you should already have installed the following on your host:
  • QNX Software Development Platform 6.6
  • QNX SDK for Apps and Media 1.1

Host OS: You can install this package on one of the following development hosts:

  • Microsoft Windows 8 Professional 64-bit, Windows 7 Professional 64-bit, or XP Professional SP3
  • Red Hat Enterprise Linux 6 64-bit or Ubuntu Workstation LTS 12.04 32- and 64-bit

Installing the archive

To install this archive:

  1. Log in to your myQNX account on the QNX website, then go to the Download area.
  2. Download the archive wma9-datestamp.zip.
  3. Verify that the checksum of the package matches the one given in the Download area.
  4. Unzip the archive into your base_directory, which is the directory where you installed QNX SDP 6.6::
    • On Linux:

      unzip wma9-datestamp.zip -d base_directory

    • On Windows, use WinZip.
  5. Copy the contents of base_directory/deployment into $QNX_DEPLOYMENT_WORKSPACE, which is the same directory you set up for building your target images (see the instructions in the "Building a target image" section of the Getting Started guide).
  6. Add the fileset basefs.mm.extra.wma9.xml to your board's profile. In the file $QNX_DEPLOYMENT_WORKSPACE/infra/product/AnM/board_variant/os.xml, add the line
    <include-fileset name="basefs.mm.extra.wma9.xml"/>
    to the basefs package section. This is usually at the top of the file.
  7. Rebuild your target image to include the files shipped with this package. For full instructions for building target images, see the Getting Started guide.