[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Brief details about pkg package manager.
From: |
Andreas Weber |
Subject: |
Re: Brief details about pkg package manager. |
Date: |
Sat, 26 Jan 2019 16:58:26 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
Am 26.01.2019 um 16:41 schrieb priyann:
> When I download any package, I see the package with .c, .cc files etc but
> when I install it with pkg manager, I see no files except .m files. So my
> questions are, 1.where those files goes?
On GNU/LInux for example for the image package, they go to (default)
~/octave/image-2.6.2/x86_64-pc-linux-gnu-api-v51
2. How does it get converted it to
> binary file and where it gets stored.
mkoctfile is used to compile .c and .cc into .oct or .mex
3. I didn't see any .mk(make) file in
> a package(when I download) so how the build dependency is maintained?
There are configure scripts and Makefile.in in the packages.
-- Andy