Skip to content

GustavoAle/alk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Summary

Build

Windows or Mac

I didn't tested the building on Windows or Mac myself, but it is possible since wxWidgets and Lua C API are both multiplatform

Linux

The prerequisites are wxWidget and Lua C API. It's that simple and can be easily installed with your distro package manager.

Fedora

Prerequisites:

dnf install wxGTK3 wxGTK3-devel lua-devel

Building:

git clone https://github.com/GustavoAle/alk
cd alk
make

Run:

./alk.elf

Ubuntu

Prerequisites:

apt install build-essential libwxgtk3.0-gtk3-dev liblua5.1-dev

Building:

git clone https://github.com/GustavoAle/alk
cd alk
export ALKTARGET=lua51
make

Run:

./alk.elf

About

A calculator written in C++ and Lua C API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published