You are not logged in.

#1 2015-07-16 21:41:02

Sanic
Member
Registered: 2015-06-30
Posts: 29

Where should make files go?

I'm following a guide to install lemonbar and some other things by cloning their git repo and running

make && make install

where in my filestructure should I be cloning the repos?

Offline

#2 2015-07-16 21:45:24

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,881
Website

Re: Where should make files go?

Wherever you want. I'd advise against following that guide though, and use the PKGBUILD available on the AUR.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2015-07-16 21:45:25

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Where should make files go?

Is there a reason you aren't using the PKGBUILD from the AUR?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2015-07-16 21:46:30

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,801

Re: Where should make files go?

You really should not use make install.  make files go in your source tree.  There may be one at the top of the tree, or there may be one in every subdirectory under the tree.

Make files are fine for building files as a user and using them in the user's directories.  To install files, you really should use a PKGBUILD and use the makepkg tool.  In this way, pacman is aware of what is installed in the file system, where, and to what package each file belongs.  Circumventing this is going to cause all sorts of problems for the uninitiated. Your question sounds like you may fall into this category wink


Edit:  Wow! Three moderators in the course of one minute and change.

Last edited by ewaller (2015-07-16 21:47:23)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2015-07-16 22:00:36

Sanic
Member
Registered: 2015-06-30
Posts: 29

Re: Where should make files go?

Holy cats! Mod Hat Trick! Yeah I'm definitely the uninitiated but I'm trying to initiate. I just searched for how to install BSPM arch and this guide was at the top so I've been following it. I've not used the AUR yet. Everything that's on my system was installed via pacman. So I should make a directory called ~/Builds, download them there and run makepkg -si?

Offline

#6 2015-07-16 22:05:25

Awebb
Member
Registered: 2010-05-06
Posts: 6,297

Re: Where should make files go?

Builds sounds fine.

Offline

Board footer

Powered by FluxBB