Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compilation-instructions.md #828

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ cmake --build . --target func
To compile FunC smart contract:

```bash
func -o output.fif -SPA source0.fc source1.fc ...
./crypto/func -o output.fif -SPA source0.fc source1.fc ...
```

## Fift
Expand All @@ -175,7 +175,7 @@ cmake --build . --target fift
To run Fift script:

```bash
fift -s script.fif script_param0 script_param1 ..
./crypto/fift -s script.fif script_param0 script_param1 ..
```

## Tonlib-cli
Expand Down Expand Up @@ -205,7 +205,7 @@ cmake --build . --target rldp-http-proxy
The Proxy binary will be located as:

```bash
rldp-http-proxy/rldp-http-proxy
./rldp-http-proxy/rldp-http-proxy
```

## generate-random-id
Expand All @@ -219,7 +219,7 @@ cmake --build . --target generate-random-id
The binary will be located as:

```bash
utils/generate-random-id
./utils/generate-random-id
```

## storage-daemon
Expand All @@ -233,7 +233,7 @@ cmake --build . --target storage-daemon storage-daemon-cli
The binary will be located at:

```bash
storage/storage-daemon/
./storage/storage-daemon/
```

# Compile old TON versions
Expand Down