logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

icecc-create-env - Create an Icrecream environment tarball

Author

       Pino Toscano

                                                 June 5rd, 2013                              icecc-create-env(1)

Description

       icecc-create-env  is  an Icecream helper that creates a new .tar.gz archive with all the files (compiler,
       tools and libraries) needed to setup a build environment.

       The resulting archive has a random file name like ddaea39ca1a7c88522b185eca04da2d8.tar.gz, which can then
       be renamed. See icecream(7) for more information on using the environment tarballs.

       Note that in the usual case it is not necessary to invoke icecc-create-env manually, as it will be called
       automatically for the native compiler used whenever necessary.

Name

       icecc-create-env - Create an Icrecream environment tarball

Options

--addfile file
              Add file to the environment archive; can be specified multiple times.

See Also

icecream(7), icecc-scheduler(1), iceccd(1)

Synopsis

icecc-create-envcompiler-binary [--addfile file]...

See Also