Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.05 KB

Magnus
Magnus

A very simple screen magnifier.

Magnus Screenshot

Made with 💝 for

Building, Testing, and Installation

Ubuntu

A PPA for Magnus is published by Martin Wimpress.

sudo add-apt-repository ppa:flexiondotorg/magnus
sudo apt update
sudo apt install magnus

There's also an Ansible deployment by Taha Ahmed at codeberg.

Source

You'll need the following dependencies:

  • gir1.2-gdkpixbuf-2.0
  • gir1.2-glib-2.0
  • gir1.2-gtk-3.0
  • gir1.2-keybinder-3.0
  • python3
  • python3-gi
  • python3-setproctitle

Run setup.py to build and install Magnus:

sudo python3 setup.py install