Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 647 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

Contributing

Just send a PR! For translations, go here.