https://github.com/rsgl/rsgl-calculator
https://github.com/rsgl/rsgl-calculator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rsgl/rsgl-calculator
- Owner: RSGL
- Archived: true
- Created: 2022-05-01T02:03:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T01:27:29.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T00:48:40.075Z (over 1 year ago)
- Language: C++
- Size: 510 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSGL-Calculator
RSGL-Calculator is a clone the gnome-calculator made with RSGL
# How To Install
1) Install RSGL and RSGLMake (if needed)
```
make RSGL
make RSGLMake
```
2) install or build RSGL-Calculator
```
RSGLMake
or
RSGLMake install
if you install you'll also need to install the DejaVuSans font if you don't already have it installed
RSGLMake installFont
```
# How to run
1) if you installed it there should be a .desktop file in your apps
2) if you installed it you can run it with
`RSGL-Calculator`
3) if you did not install it you can run it with
`./RSGL-Calculator`