FlafyDev / guifetch

GUI fetch tool written in Flutter for Linux
MIT License
30 stars 4 forks source link

How do I build this? #2

Closed ghost closed 1 year ago

ghost commented 1 year ago

I'm not very smart so plz help

FlafyDev commented 1 year ago

If you don't have the Nix package manager:

  1. Install and setup Flutter to build for Linux desktop.
  2. Make sure you've setup everything correctly by doing flutter doctor and checking that Linux toolchain - develop for Linux desktop is not showing any errors.
  3. Clone this project and run flutter build linux
  4. Program should now be in ./build/linux/x64/release/bundle/guifetch

If you have the Nix package manager:

  1. Clone the project
  2. Run nix build