Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Aug 14, 2023
1 parent 3634a32 commit 6890e92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Blade itself is a C11 application using the CMake build system, and therefore, building Blade should be no different to
any other application built using the same tools.

## Automated Build and Install (Works on all OSX and Linux)

```shell
bash <(curl -s https://raw.githubusercontent.com/blade-lang/blade/main/scripts/install.sh)
```

## Prerequisites

### macOS
Expand Down Expand Up @@ -86,12 +92,6 @@ If you are on an `x86` system, you can also install the x86 versions of the depe
vcpkg install curl:x86-windows libffi:x86-windows openssl:x86-windows
```

## Automated Build and Install (Works on all OSX and Linux)

```shell
bash <(curl -s https://raw.githubusercontent.com/blade-lang/blade/main/scripts/install.sh)
```

## Configure

Configure CMake by creating an empty `build` directory in the source root directory, and running the appropriate command.
Expand Down

0 comments on commit 6890e92

Please sign in to comment.