Tuxy is a virtual assistant inspired by Clippy to automate tasks, customize your os, and general help of office work. It is pre-alpha but updates will come every two weeks give or take.
To build you need fltk and g++. You can type g++ tuxy.cpp -o tuxy -lfltk -lfltk_images -lX11 -lXext -lpthread -lm or type make in the terminal.
If you want to contact me, email me at asahlcurtis@gmail.com
The tux image was made by Larry Ewing at lewing@isc.tamu.edu with the GIMP
Help wanted.
you can download the dependencies with your package manager
Fedora:
g++:
sudo dnf install gcc-c++
fltk:
sudo dnf install fltk
Ubuntu/Debian:
g++:
sudo apt install g++
fltk:
sudo apt install libfltk1.3-dev
Arch
g++:
sudo pacman -S gcc
fltk:
sudo pacman -S fltk
Gentoo:
g++:
sudo emerge sys-devel/gcc
fltk:
sudo emerge x11-libs/fltk
FreeBSD:
g++:
sudo pkg install gcc
fltk:
sudo pkg install fltk
If I didn't cover you OS. Sorry you better know the library naming rules of your package manager and remember the latest version of fltk! If your OS is Windows or macOS why are you installing a piece of software which is built around tux?
*images from version 0.0.1 pre-alpha