nofwl
nofwl copied to clipboard
Build and run?
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:
- is all the NoFWL code present in the repository?
- how do I build and run it?
The app is not open source, the repository only contains a "Hello, World!" program so you cannot build it on your own.
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.