1icecc-create-env(1) icecc-create-env(1)
2
3
4
6 icecc-create-env - Create an Icrecream environment tarball
7
9 icecc-create-env compiler-binary [--addfile file]...
10
12 icecc-create-env is an Icecream helper that creates a new .tar.gz ar‐
13 chive with all the files (compiler, tools and libraries) needed to set‐
14 up a build environment.
15
16 The resulting archive has a random file name like
17 ddaea39ca1a7c88522b185eca04da2d8.tar.gz, which can then be renamed. See
18 icecream(7) for more information on using the environment tarballs.
19
20 Note that in the usual case it is not necessary to invoke icecc-create-
21 env manually, as it will be called automatically for the native compil‐
22 er used whenever necessary.
23
25 --addfile file
26 Add file to the environment archive; can be specified multiple
27 times.
28
30 icecream(7), icecc-scheduler(1), iceccd(1)
31
33 Pino Toscano
34
35
36
37 June 5rd, 2013 icecc-create-env(1)