Skip to content

MoritzKn/ralculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ralculator

Build Status

A simple calculator GTK desktop application written in Rust using GTK-RS.

screenshot of the ralculator application

Build instructions

  1. Download the source code from here or clone the git project.
    git clone https://github.com/MoritzKn/ralculator.git
    cd ralculator
  2. Download the dependencies and compile the source code using Cargo.
    cargo build --release

After cargo is done the binaries are placed under ./target/release/ralculator.

You can also optionally add the binaries to your $PATH and copy the ralculator.desktop file to /usr/local/share/applications/. To do so execute:

sudo ./install

License

This project is licensed under the terms of the MIT license. A copy of the license can be found in the root directory of the project in the file LICENSE.