File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ installation location by passing `-DCMAKE_INSTALL_PREFIX=<directory>`.
7676For other cmake options, see the comments in ` CMakeLists.txt ` .
7777
7878If you are not using a recent enough Linux distribution, or if ` cmake ` does
79- not work for you for any reason, you can use Docker to build mold in a Docker
80- environment . To do so, run ` ./dist.sh ` in this directory instead of using
81- ` cmake ` . The shell script will pull a Docker image, build mold and auxiliary
79+ not work for you for any reason, you can use Podman to build mold in a
80+ container . To do so, run ` ./dist.sh ` in this directory instead of using
81+ ` cmake ` . The shell script will pull a container image, build mold and auxiliary
8282files inside it, and package them into a single tar file named
83- ` mold-$version-$arch-linux.tar.gz ` . You can extract the tar file anywhere and
84- use the mold executable within it.
83+ ` dist/ mold-$version-$arch-linux.tar.gz` . You can extract the tar file anywhere
84+ and use the mold executable in it.
8585
8686## How to use
8787
Original file line number Diff line number Diff line change 11#! /bin/bash
22#
33# This script creates a mold binary distribution. The output is written in
4- # this directory as `mold-$version-$arch-linux.tar.gz` (e.g.,
4+ # `dist` directory as `mold-$version-$arch-linux.tar.gz` (e.g.,
55# `mold-1.0.3-x86_64-linux.tar.gz`).
66#
77# The mold executable created by this script is statically linked to
You can’t perform that action at this time.
0 commit comments