Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to install .qpr file: (11 Items)
   
How to install .qpr file  
hello everyone,

I downloaded a qpr file from one website. But i donnot know how to install it since there is no installer in qnx 6.4.
please help me. thank you!! 
Re: How to install .qpr file  
On Thu, Feb 12, 2009 at 11:44:18AM -0500, Jason Yee wrote:
> hello everyone,
> 
> I downloaded a qpr file from one website. But i donnot know how to install it since there is no installer in qnx 6.4.
> please help me. thank you!! 

What's the qpr for?

-seanb
Re: How to install .qpr file  
It is workspace, a code editor.
And there are four files in it after I decompressed it.
How to install it please?

Thank you!
Re: How to install .qpr file  
I've repackage workspace in a straight .tgz.. so it can be install easily in QNX 6.4 just by typing:

tar xvzf workspace-0.5C.tgz -C /

as root.

-- 
Martin
Attachment: Text workspace-0.5C.tgz 358.59 KB
Re: How to install .qpr file  
Thanks a lot!!
Re: How to install .qpr file  
I got also a qpr, from APPLICOM (io board)

What was your process for repacking ?

Thanks for your help
Re: How to install .qpr file  
I've also got a QPR file from a 3rd party (Quanser) I'd like to install.  I have tried extracted the file but it 
contains a bunch of QPM files that I'm not sure what to do with.  I'd appreciate any help you can offer.  Thanks.
Re: How to install .qpr file  
qpm is package manifest - you don't have to do anything with it (it is 
an xml describing where files are installed if you would use special 
utility to extract that). Qpr should contain other files which you 
actually want to install (binaries,etc)
Andrew Smith wrote:
> I've also got a QPR file from a 3rd party (Quanser) I'd like to install.  I have tried extracted the file but it 
contains a bunch of QPM files that I'm not sure what to do with.  I'd appreciate any help you can offer.  Thanks.
>
>
>
> _______________________________________________
>
> QNX Momentics Getting Started
> http://community.qnx.com/sf/go/post36043
>
>   
Re: How to install .qpr file  
First off, if you are using a version of Neutrino around 6.3.0 or earlier just use 'qnxinstall' to install it (see the 
associated documentation). Otherwise read on...

The QPR format is really nothing more than a tar file. Within it are separate packages which are themselves tarfiles (*.
qpk) and description files (*.qpm). 

If you untar the .qpk files you will notice a directory structure usually starting with a vendor name  then a package 
name and version (since it's a third party's file I make no assumptions about the layout). That means a couple of levels
 in you will see a directory structure which is basically the root of the thing. Just copy those files to your 
destination. There may be several packages so this should be repeated for each. It sounds more confusing that it really 
is. 

Cheers,
Keith Russell
RE: How to install .qpr file  
I've added Keith's instructions to the 6.4.0 release notes (6.4.0 was
the first release that no longer included qnxinstall).

Steve Reid (stever@qnx.com)
Technical Editor
QNX Software Systems 
Re: How to install .qpr file  
Thank Martin Gagnon.

It's worked in QNX6.4.1!


> I've repackage workspace in a straight .tgz.. so it can be install easily in 
> QNX 6.4 just by typing:
> 
> tar xvzf workspace-0.5C.tgz -C /
> 
> as root.
> 
> -- 
> Martin