Gentoo Archives: gentoo-user

From: Danny YUE <sheepduke@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] How do you manage manually compiled software?
Date: Fri, 28 Apr 2017 01:35:28
Message-Id: 8737ct48p9.fsf@gmail.com
1 Hi guys,
2
3 I am compiling RISC-V tools...I am just curious how do you manage your
4 manually compiled software? Here are some options:
5
6 1) Just "make install" everything into /usr/local. But if the Makefile
7 does not have removing option, how do you remove it then?
8
9 2) Put compiled software into /usr/local/some-dir, then create symbolic
10 links to /usr/local/some-path. But this does not work if the software
11 relies on some environment variables (well, you can set it in .bashrc
12 but it then loses flexibility).
13
14 3) Just install it anywhere and change PATH. To be honest, I don't
15 really like this way because changing the PATH requires extra actions,
16 e.g. open another terminal.
17
18 Any idea?
19
20 Danny

Replies

Subject Author
Re: [gentoo-user] How do you manage manually compiled software? Michael Orlitzky <mjo@g.o>
[gentoo-user] Re: How do you manage manually compiled software? Ian Zimmerman <itz@×××××××.net>
[gentoo-user] Re: How do you manage manually compiled software? Nikos Chantziaras <realnc@×××××.com>