Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 732 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 732 Bytes

Stox - GTK Application for everything stock market

Stox is a WIP application for viewing the stock market with Yahoo Finance.

Screenshot

Building

You will need:

  • The GTK 4 development library
  • Rust compiler and Cargo
  • Meson and ninja-build
  • Gettext (for translations)

You will also need to build and install so the gresource and schemas files can be found during runtime.

meson build
ninja -C build
sudo ninja -C build install
sudo glib-compile-schemas /usr/local/share/glib-2.0/ (or whatever your schemadir is)

Contributing

Just send a PR! For translations, go here.