Hel-Builder: Create Your Program
This tool helps you turn your code folder into a real program that can be installed on Helwan Linux.
How to use it?
- Select Folder: Click the Deep Analyze button and choose your project folder.
- Wait for Analysis: The program will automatically find the name and what your software needs to run.
- Add Link (Optional): If your code is on GitHub, paste the link in the Git Source box.
- Finish: Click Generate, then click Save to keep the installation file in your folder.
How to install your program?
After saving, open your terminal inside the project folder and type:
makepkg -si
That's it! Your software is now installed on your system.
Developer: Saeed badrelden
Back