Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziggi/zalc
Simple calculator with fltk lib
https://github.com/ziggi/zalc
Last synced: 14 days ago
JSON representation
Simple calculator with fltk lib
- Host: GitHub
- URL: https://github.com/ziggi/zalc
- Owner: ziggi
- License: gpl-3.0
- Created: 2012-10-05T19:38:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T14:33:01.000Z (about 6 years ago)
- Last Synced: 2024-04-17T03:43:31.115Z (10 months ago)
- Language: C++
- Homepage: http://ziggi.org/category/dev/zalc/
- Size: 139 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zalc
A small, FLTK-based calculator
# Building on Windows
Before building, you should download latest version of FLTK from the https://www.fltk.org/software.php page.
Then, unpack it, and do the following commands:
```bash
cd YOUR_FLTK_DIR
mkdir build
cd build
cmake ..
```Then build it by Visual Studio.
After it, do this:
```
mkdir build
cd build
cmake .. -DFLTK_DIR=D:/Downloads/fltk-1.3.4-2/build
```And build it by Visual Studio.
# Building on Linux
You know what to do.