Skip to content

Commit

Permalink
docs: revert "docs: update installation docs to say that cmake is n…
Browse files Browse the repository at this point in the history
…eeded"

This reverts commit b7ba3fc.

As per discussion in #5047, I would like to make it so that the default build configuration doesn't need `cmake`.
  • Loading branch information
arxanas committed Dec 8, 2024
1 parent 8ba29ca commit defa823
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions docs/install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ be compiled from the same source code.

#### From Source

First make sure that you have a Rust version >= 1.76 and that the `cmake`,
`libssl-dev`, `openssl`, `pkg-config`, and `build-essential` packages are
installed by running something like this:
First make sure that you have a Rust version >= 1.76 and that the `libssl-dev`,
`openssl`, `pkg-config`, and `build-essential` packages are installed by running
something like this:

```shell
sudo apt-get install cmake libssl-dev openssl pkg-config build-essential
sudo apt-get install libssl-dev openssl pkg-config build-essential
```

Now run either:
Expand Down Expand Up @@ -139,7 +139,6 @@ these:

```shell
xcode-select --install
brew install cmake
brew install openssl
brew install pkg-config
export PKG_CONFIG_PATH="$(brew --prefix)/opt/openssl@3/lib/pkgconfig"
Expand Down Expand Up @@ -181,14 +180,7 @@ sudo port install jujutsu

### Windows

First make sure that you have a Rust version >= 1.76. You will also need
`cmake`, which you can install by running this:

```shell
winget install cmake
```

Now run either:
First make sure that you have a Rust version >= 1.76. Now run either:

```shell
# To install the *prerelease* version from the main branch
Expand Down

0 comments on commit defa823

Please sign in to comment.