-
Notifications
You must be signed in to change notification settings - Fork 0
/
what-to-do-with-binaries.htm
34 lines (31 loc) · 1.28 KB
/
what-to-do-with-binaries.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<title>What to do with binaries?</title>
</head>
<body><a href="https://github.com/ArsenShnurkov/gentoo-mono-handbook"><img alt="Fork me on GitHub" id="forkme" src="images/forkme.png" align="right" width="100" /></a>
<table><tr><td style="vertical-align:top;">
<h1>What to do with binaries?</h1>
</td><td style="vertical-align:top;">
<a href="index.htm">Gentoo Mono Handbook</a>
<br />
</td></tr></table>
DISTDIR is supposed to contain source build artefacts.
<br />
external .nuget packages (from nuget.org) are ready-made items and not used in the build process as sources
<br />
<br />
It is possible to create another directory to download binary files.
<br />
<br />
<strong>addwrite</strong> for sandbox:
<br />
<a href="https://devmanual.gentoo.org/function-reference/sandbox-functions/index.html">https://devmanual.gentoo.org/function-reference/sandbox-functions/index.html</a>
<br />
<a href="https://devmanual.gentoo.org/appendices/common-problems/index.html">https://devmanual.gentoo.org/appendices/common-problems/index.html</a>
<br />
<a href="https://devmanual.gentoo.org/general-concepts/sandbox/index.html">https://devmanual.gentoo.org/general-concepts/sandbox/index.html</a>
</body>
</html>