This repository is a place where all software from Easyware Technologies is stored publicly. Note that no proprietary software from Easyware is stored here. We are working on a website for software downloads. :)
To compile software from this repo, you must first download it using git. Use the following command in your Linux/WSL Terminal. (Should work for most distros)
git clone https://github.com/tmikedev/easyware.gitAfter downloading the repository, you must then install g++ for your Linux/WSL System. Note: If the project you are wanting to compile is in another language, then please use the right compiler for it. For example, you need to install rustc to compile rust projects.
We do accept pull requests! Your contribution to our project means alot.
Thanks.