Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Dec 28, 2023
1 parent 506b521 commit 6b64497
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ With Kaspa-ng you can run a full node and a wallet on your desktop as well as co

To build this project, you need to be able to build Rusty Kaspa. If you have not built Rusty Kaspa before, please follow the Rusty Kaspa [build instructions](https://github.com/kaspanet/rusty-kaspa/blob/master/README.md).

In addition, on linux, you need to perform the following installs:

#### Ubuntu/Debian:
```bash
sudo apt-get install libglib2.0-dev libatk1.0-dev libgtk-3-dev
```

#### Fedora:
```bash
sudo dnf install glib2-devel atk-devel gtk3-devel
```

Once you have Rusty Kaspa built, you will be able to build and run this project as follows:

#### Running as Native App
Expand Down

0 comments on commit 6b64497

Please sign in to comment.