EASYINSTALL IS NO LONGER SUPPORTED. NO MORE UPDATES ARE COMING TO IT.
An application installer for Linux Installing applications made easier
How to Configure!
- Define the name of the software to be shown in the installer: char[100] name = "Insert software name";
- Define the name of the source code to install: char[50] fname = "Insert source code file name"
- Define the name of the output file to be run: char[50] oname = "Insert output file name here" NOTE: The output file has to be created with touch outputfilename
- Run the Compile.sh and its done! Its that easy!