[Stk] request for make install

Nikos Chantziaras nikos.chantziaras at gmail.com
Tue Feb 9 13:40:07 PST 2010


The Filesystem Hierarchy Standard specifies where to put things on Unix 
systems:

http://www.pathname.com/fhs

On 02/09/2010 11:32 PM, Gary Scavone wrote:
> Hi Tristan,
>
> I can potentially add an "install" option to the Makefile in the "src" directory but it is not completely clear to me where the headers and library should go.  Perhaps others in the list have suggestions?
>
> Note that I had to modify the way the shared library was created in "/src/Makefile" because the "-Wl,-soname," option to g++  did not work in OS-X (a commented-out version is still in there).  Again, I don't know enough about shared libraries to say whether this is a major problem or not.
>
> On 2010-02-07, at 2:40 PM, Tristan Matthews wrote:
>
>> Hi,
>>
>> Would it be possible to have an optional make install for stk? I'd
>> like to be able to install the librairies and headers, presently the
>> only way I see of doing this is:
>>
>> make libstk.so.4.4.2
>> sudo cp libstk.so.* /usr/local/lib
>>
>> and then copying all the headers into something like
>> /usr/local/include/stk
>>
>> Thanks,
>> Tristan



More information about the Stk mailing list