Skip to content

GUI application to install and manage OpenRTX on ham radios

License

Notifications You must be signed in to change notification settings

OpenRTX/OpenRTX-Companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRTX-Companion

GUI application to install and manage OpenRTX on ham radios.

Building

To build you need glib-2.0 development headers.

cargo build

Cross-Compiling Linux -> Windows

Install mingw-w64.

Open a shell and install dependencies:

pacman -S git base-devel gcc
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Type Y, 2, x86_64-pc-windows-gnu, enter, enter, enter, 1
echo 'export PATH="$PATH:/c/Users/nizzo/.cargo/bin"' >> ~/.bashrc
. ~/.bashrc

Clone and build this project:

git clone https://github.com/OpenRTX/OpenRTX-Companion; cd OpenRTX-Companion
cargo build

About

GUI application to install and manage OpenRTX on ham radios

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages