MyStitcher/README.md

29 lines
576 B
Markdown
Raw Normal View History

2025-07-07 16:07:14 +07:00
Stitch only png image
## Installation
0. Install nix
```
curl -fsSL https://install.determinate.systems/nix | sh -s -- install --determinate
```
Follow the installation guide. For complete information: https://github.com/DeterminateSystems/nix-installer
1. Setup
Run this(and wait `:)`)
```
2025-07-07 16:07:14 +07:00
nix-shell --pure
```
you can `exit` from the shell later.
Install rust (I think this needs to run once and not every time you enter the shell)
```
rustup default stable
```
2025-07-07 16:07:14 +07:00
2. finally
2025-07-07 16:07:14 +07:00
```
cd StitchImg/
cargo run --release & dotnet run -c Release
```
wait for port 8080 and 5031