Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dadecoza authored Dec 5, 2024
1 parent 001cb85 commit 823ff42
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

Make sure you already have [Pidgin](https://pidgin.im/install/) installed.

The Windows installer for the plugin is available under the [latest release](https://github.com/dadecoza/pidgin-meshtastic/releases/).
The Windows installer for the plugin is available [here](https://github.com/dadecoza/pidgin-meshtastic/releases/download/v0.1.0-alpha/pidgin-meshtastic-0.1.0-alpha.exe).

Precompiled libraries for Windows and Linux can be found under [releases](https://github.com/dadecoza/pidgin-meshtastic/releases).


## Build
Expand All @@ -18,11 +20,7 @@ sudo apt-get build-dep pidgin
git clone https://github.com/dadecoza/pidgin-meshtastic.git --recursive
cd pidgin-meshtastic
make
```
Copy the library and pixmaps to the appropriate locations. The file locations might differ depending on your distro.
```shell
sudo cp libmeshtastic.so /usr/lib/purple-2
sudo cp -r pixmaps /usr/share
sudo make install
```

### Windows
Expand Down

0 comments on commit 823ff42

Please sign in to comment.