mate-desktop / atril

A document viewer for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
197 stars 62 forks source link

Need Some help.. #578

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hey there can anyone tell me at which location does this app gets installed if we use the tar.xz ??

lukefromdc commented 1 year ago

The tar.xz is the SOURCE tarball for building the package. You set the installation prefix when configuring the built, it defaults to /usr/local but by adding --prefix=/usr to your build options it will install into /usr. Running ./configure --help in the build directory (what you extracted when you untarred the package will give you a long list of options, including fine-tuning where to install various types of files from the build

lukefromdc commented 1 year ago

I do not know if the release tarballs contain the submodules as I don't have enough experience with subprojects outside of MATE and always build MATE from git. You can't run git submodule outside of git so I would imagine a release tarball contains everything you need but I am NOT sure of this as I do NOT remember what I was using when I had issues with this building some GNOME packages before MATE used this

On 3/2/2023 at 8:20 AM, "Sam Alex" @.***> wrote:

Thanks for the reply, is the git submodule step necesary ??, cant i just use the tar ball directly to begin installation..

-- Reply to this email directly or view it on GitHub: https://github.com/mate-desktop/atril/issues/578#issuecomment- 1451471000 You are receiving this because you commented.

Message ID: @.***>

ghost commented 1 year ago

Hey thanks again last question maybe ?? If i add a prefix of /usr while making and installing where will be the executables or command of atril located i mean what would be the output of (which atril) if i have done ./autogen.sh --prefix=/usr

lukefromdc commented 1 year ago

That will install it into /usr with default subdirectories when make install is run after make