nofwl icon indicating copy to clipboard operation
nofwl copied to clipboard

Build and run?

Open lucabaldesi opened this issue 1 year ago • 2 comments

Hi, thank you for your project, it looks amazing. I am trying to build and compile on linux (Arch). I am new to Rust and AppImage technologies; I tried: $> cargo build --release $> cargo run But, everything I get is: "Hello, NoFWL!" Diving in the code, I have found just Javascript, no Rust...

Qestions:

  1. is all the NoFWL code present in the repository?
  2. how do I build and run it?

lucabaldesi avatar Apr 30 '23 08:04 lucabaldesi

The app is not open source, the repository only contains a "Hello, World!" program so you cannot build it on your own.

dranusa321 avatar May 03 '23 23:05 dranusa321

This needs to be clearly disclosed on the top of the readme. People come to GitHub and download your software trusting that a community has reviewed the code for security.

Also, as your license is GPL and you are obliged to open-source your code. If you are using GPL dependencies not open-sourcing your code puts you at legal risk.

nref avatar May 15 '23 20:05 nref