← Back to team overview

coapp-developers team mailing list archive

Re: Directory Structure

 

The intent is that
{$INSTALL}\{$VENDOR}\{$PRODUCTNAME}-{$VERSION}-{$PLATFORM}\
Should be the location. So

                C:\apps\.installed\coapp\zlib-1.2.3-x86\

Is the correct location.


Yes, import/static libraries go in {$PKGDIR} along with the header files--header file should end up in {$PKGDIR}\include so that we can symlink it to c:\apps\include\<pkgname>

Uh, I have notes somewhere on how the source code gets installed-but I gotta go over that again. Put that off for now.

G

Garrett Serack | Open Source Software Developer | Microsoft Corporation
I don't make the software you use; I make the software you use better on Windows.

From: coapp-developers-bounces+garretts=microsoft.com@xxxxxxxxxxxxxxxxxxx [mailto:coapp-developers-bounces+garretts=microsoft.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of Eric Schultz
Sent: Sunday, August 22, 2010 2:47 PM
To: coapp-developers
Subject: [Coapp-developers] Directory Structure

Gang,

http://coapp.org/Blueprints/Package_Blueprint/Additional_Notes describes two different install locations for packages.

First, one example is: c:\apps\.installed\coapp\zlib\1.2.3 which seems to correspond to: {$VENDOR}\{$PRODUCTNAME}\{$VERSION}

However further down the page I see: {$INSTALL}\{$VENDOR}\{$PRODUCTNAME}-{$VERSION}-{$PLATFORM}\

Which one is correct?

Additionally, do import and static libraries go in {$PKGDIR}\include along with header files?

Finally, where in this directory structure are source code files supposed to be installed?

Eric

References