Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
readme: removed outdated information
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletquasar authored Sep 16, 2023
1 parent d7a3d26 commit 1c9eb82
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,38 +57,3 @@ async function httpGetFromCLR() {
console.log(result);
}
```

# Compiling from source

### Supported platforms

Melon supports a wide range of platforms that are also supported by [.NET 6](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md) and [NodeJS](https://github.com/nodejs/node/blob/main/BUILDING.md#supported-platforms).

### Building via command line

Clone the repository using the following command:

```bash
git clone https://github.com/MelonRuntime/Melon.git [path]
cd [path]
```

Then, you will be able to use one of the buid/debug commands:

| Command | Description |
| ------- | ----------- |
| `build:win` | Builds the Melon binaries (Windows) |
| `build:linux` | Builds the Melon binaries (Linux) |
| `dev:win` | Builds the binaries and executes the program using hot reloading (only C#) (Windows) |
| `dev:linux` | Builds the binaries and executes the program using hot reloading (only C#) (Linux) |
| `install-dev:win` | Builds the binaries and installs Melon as a global npm package from the local source (Windows) |
| `install-dev:linux` | Builds the binaries and installs Melon as a global npm package from the local source (Linux) |
| `all-benchmarks` | Executes all Melon debug benchmarks (requires [Hyperfine](https://github.com/sharkdp/hyperfine)) |

### Opening in Visual Studio Community or JetBrains Rider

To open the C# solution `.sln` file and get access to the main runtime code just follow the path:

```
Melon > projects > native > MelonRuntime.sln
```

0 comments on commit 1c9eb82

Please sign in to comment.